Skip to main content

Hello,

Could you please advise how to handle exceptions in Nintex cloud workflow?

 

For example, we would like to get user details from Azure AD based on email entered by user, if the email is incorrect then we get the error in workflow but how we could capture and do If/else based on success or failure so that we could execute other functionality (Send an email to admin if there is an error).

 

Thanks.

Devendra

@devendra14321 I would say the best way to handle this in your workflow would be by using the Query Users action and then checking the count of found users:





Once you have the count of users you can then use a Run If (or a Branch by Condition) to determine if there was no user found, and then do some type of logic based on that:





 



Hope that helps!


Reply