Hello folks. Is there any way of showing a custom message when i get an api error response? Sometimes i get this error but I want the user to see a different message
You can add one more action in the workflow. Add conditional saying when result of step X (API action) returned an error is yes > show popup (or whatever you want on the front).
1 Like
I was actually looking for a way to customize the api response when it receives an error or hide this popup, and so far I didn’t find a solution. But thanks for the response, I’ll do exactly like you said!