question

eaori-2954 avatar image
0 Votes"
eaori-2954 asked HimanshuSinha-MSFT edited

Parse response from `InvokeRESTAPI`

I have an InvokeRESTAPI task that triggers a Power Automate flow. On my task definition I also have the following:

 waitForCompletion: 'true'
 successCriteria: eq(root["status"], "successful")

and as expected the pipeline resumes only after the automate flow replies back, something that might take a while. Having the success criteria field implies that I should be able to possibly get the reply from my flow and parse it. Moreover while the pipeline is running it displays the following:

124007-image.png

Response here is always empty. Nonetheless would there be a way for me to receive some information back from the InvokeRESTAPI task, and if not what would be the best alternative to achieve this.



not-supported
image.png (6.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers