Unable to use Action Status Code as condition in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2023 08:36 AM
Hi, so I'm trying to add an error handler for when an email is inconsistent to do some other process.
The case is that the email address on the user had a blank space like: address@email address.com so the flow would crash and not continue with other steps... I want to avoid this crash and to continue with further steps and also send an email to the fulfiller (assigned to) informing the inconsistency on the email address for him to correct.
Any ideas why I can't use the Action Status Code as a condition on the error handler? See attachment:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2023 09:24 AM
@Julian12 It seems that your Send Email Action is nested inside a Flow Logic (If, else, else if, for each etc.). Hence the error handler is not able to access the code or message properties.
In order to have access to these properties you need to bring your send email action outside of any of the flow logic blocks mentioned previously.
Here is an example of send Email action which is outside a flow logic and code and message properties are perfectly accessible in error handler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2023 05:16 AM
Hi Sandeep, thanks for the reply, that must probably be the reason, I'll check it out and return if its the case rate your answer as correct