Nintex RPA Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hi,
Using If else action in my nintex RPA flow but working cater for multiple conditions
For Example
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
Solved! Go to Solution.
Something like this should work? You can add as many conditions to your if statement that you need.