Trap external collection errors

Is there a way to trap external collection API errors? Based on the error (e.g., 401), I may want to show a message or execute a new custom action or flow.

Hi Bob,

The way I have handled this is to create an invisible input on a screen. Set the input to show the result of an API query and then you can set error messages such as ‘no results’ to only show if the invisible input is empty.

Let me know if you have any queries.

Cheers
Craig

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.