Experimenting with Powerapps… and IFS Actions, for example a status change.
We have seen the “error while de-serializing contents” issue in many threads, and the answer is that we have to submit an empty JSON body like {}. I’m just not seeing how to do this in Powerapps.
This example works for the Lead/SetParked action, which does take a body:
But the Lead/SetUnqualified action does not take a body.
If i do something like this, Powerapps does not submit a body and so we get the error while deserializing contents issue.
There must be some syntax in Powerapps that allows us to specify that an empty body {} should be submitted. Any ideas how we do that?