Solved

If else action with multiple condition

  • 18 January 2021
  • 2 replies
  • 121 views

Badge +7

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

icon

Best answer by zheller 29 January 2021, 00:34

View original

2 replies

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

Badge +7

Hi @zheller 


 


Thanks for this, it works just fine.

Reply