Hi All, I cant do a submit form due to the following error: Server Response: _ScrubbedSensitiveData_.
Im trying to save it to the dataverse.
Does anyone know how i can fix this?
Thanks in Advance!
We're running in to this issue as well, which only cropped up two days ago and in a bit of code that we use elsewhere as well. We're wondering of this a new bug or hiccup on Microsoft's end, but if anyone finds a solution it'd be much appreciated.
Hi @JamesCamp ,
A colleague of mine has also experienced this issue so that's at least three of us with the same issue.
He had a call with Microsoft and they are investigating this issue on their side. I will update this thread as soon as we hear back.
@dm Any news back from MS? The bug went away for us in one part of the code but then showed up in another, lol.
@JamesCamp it turned out to be an issue with a plugin on the same entity.
The plugin was running and expecting several fields, not all of which were supplied by my patch statement.
We turned off the plugin to verify it would work, then changed the plugin before turning it back on.