Hello!
I could not find information about this, so here goes nothing.
I've got a custom connector, which I'm using in powerapps to create information in $system, via POST method.
The method itself works correctly, and I can see everything is showing up in $system as intended.
With the monitor, I can see the request go out, and receive the appropriate response (HTTP 200 with a JSON body).
Here's my issue: I need to know, in app, when that HTTP 200 arrives (or access the body of the response, which has that info), because it'll be a trigger to take some actions.
I've tried to wrap my call to the connector with IfError, but sometimes it'll throw an error, even tough the response is OK and no error shows up in the monitor.
Thanks in advance!