You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing Multiple values to a label in an automation by default utilizes an OR operator meaning each value is evaluated independently and if any value in the list is found the automation would trigger.
For Example:
Lets say an automation exists with the following Trigger that sends a notification when the automation fires
If a flow run is triggered from a deployment with both TagA and TagB while another flow run is triggered from a different deployment with only TagB The automation will fire twice once for each flow run though in this scenario we may only want the automation to fire if Both TagA AND TagB are present
Describe the proposed behavior
Ideally From the above example users would be able to specify an AND operator when matching on related fields for an Automation allowing more granular controls over what an automation triggers on.
Example Use
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior
Passing Multiple values to a label in an automation by default utilizes an OR operator meaning each value is evaluated independently and if any value in the list is found the automation would trigger.
For Example:
Lets say an automation exists with the following Trigger that sends a notification when the automation fires
If a flow run is triggered from a deployment with both
TagA
andTagB
while another flow run is triggered from a different deployment with onlyTagB
The automation will fire twice once for each flow run though in this scenario we may only want the automation to fire if BothTagA
ANDTagB
are presentDescribe the proposed behavior
Ideally From the above example users would be able to specify an AND operator when matching on related fields for an Automation allowing more granular controls over what an automation triggers on.
Example Use
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: