Skip to main content
Nintex Community Menu Bar
Solved

If else action with multiple condition

  • January 18, 2021
  • 2 replies
  • 234 views

Forum|alt.badge.img+7
  • Scholar
  • 49 replies

Hi,

 

Using If else action in my nintex RPA flow but working cater for multiple conditions


For Example

9912i815091B7D3C2AB10.png

In the image above

If Account Type = Student account and Amount = 200000
Robot send a mail

else

show a prompt message

 

Also, i need to cater for all the account type with different amount of money

Best answer by zheller

Something like this should work? You can add as many conditions to your if statement that you need.

2 replies

  • Rookie
  • 4 replies
  • Answer
  • January 28, 2021

Something like this should work? You can add as many conditions to your if statement that you need.


Forum|alt.badge.img+7
  • Author
  • Scholar
  • 49 replies
  • January 31, 2021

Hi @zheller 

 

Thanks for this, it works just fine.