In certain situations, it may be necessary to terminate the Action logic based on some specific condition. Consider an Action, VerifyAccountInfo, where you are required to incorporate logic to verify essential information in a user's bank account. Let’s say additional verification is required in case the Account Type is “Platinum”, on top of the standard validation. In this case, we could exit out of the Action for all account types other than “Platinum” at the end of standard verification logic.
In the Logic Editor, create a conditional statement to test for Account Type. Inside the conditional block (if/else-if or else) add a command “Exit Action”. This will make sure the Action logic is terminated at the end of the block where the Exit statement is inserted.
Comments
1 comment
Hi.. When can we expect AND and OR implementation for conditional statements?
Please sign in to leave a comment.