Error handling on Rest Service Call

0
HI, I am trying to provide custom error popups on rest services as it showing "An error has occurred while handling the request" in console whenever the service is down/unavailable.  The problem is when i am applying condition split after the rest call. It is breaking at the rest call itself and going forward to check the condition. How to solve this issue.   Appreciate prompt reply.   Thanks Salma
asked
1 answers
4

Have you tried setting error handling on the rest call.


Right click the microflow action Rest call > set error handling > choose type of handling > model the error handling flow (draw another line from the Rest call to a custom pop up message (right click this flow > set as error handler)

answered