i have a link/button that triggers this flow i have with the http request trigger. the flow does get triggered but the problem i have is that the spfx extension is returning a failed error message to the user because i need to do the following:
Any idea on how to achieve the below?
The flow needs to return the following object for the button to work:
// FAILURE RESPONSE
{
"success": false,
"status": "Failure message goes here"
}
// SUCCESS RESPONSE
{
"success": true,
"status": "Success message goes here"
}
Thanks
Solved! Go to Solution.
Did you configure http response to that flow?
i had resolved this. the solution was to use/add the http response action in the flow. was simple enough.
Did you configure http response to that flow?
Can you send me a link to some steps on configuration on that? Thanks
Hi @cpldev ,
Please refer to this article and see if it helps:
And you could get more details about this trigger:
https://www.flowjoe.io/2019/08/27/understanding-the-trigger-when-a-http-request-is-received/
Best Regards,
i had resolved this. the solution was to use/add the http response action in the flow. was simple enough.
Glad it helped. Can you please mark the solution as answer?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
66 | |
22 | |
16 | |
16 | |
11 |
User | Count |
---|---|
133 | |
44 | |
32 | |
32 | |
28 |