If you're coming to Tray from a coding language like Javascript or Python (among others), you may be looking at Tray's boolean connector thinking, 'wait, how do I set up an OR condition'?
Example
In my workflow, I want to check if an Account record belongs to either of two Account Executives. In my first condition, I use a boolean connector to check if the field is equal to 'AEMaxter', the text I'm hoping to find a match for:
But I want my boolean to also accept a match for 'AEShriver'. I click on 'Add to conditions' to add another condition to my boolean connector:
To determine whether the boolean connector will need to check for both of these conditions (AND) or just one of these conditions (OR), I need to set the strictness:
To set my two conditions as an OR relationship, I will select 'Satisfy ANY conditions' from the Strictness menu.
Comments
0 comments
Please sign in to leave a comment.