Skip to main content
Nintex Community Menu Bar
Solved

Exception handling in NIntex cloud

  • May 21, 2020
  • 1 reply
  • 196 views

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

Best answer by butlerj

@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!

1 reply

butlerj
Nintex Employee
Forum|alt.badge.img+20
  • Nintex Employee
  • Answer
  • May 21, 2020

@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!