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
Whenever ForEach runs it allows to execute else branch for a query but it does it for each client that failed to match the query.
Please, add an option to execute certain action when none of the clients were able to match a query.
It would effectively allow people to achieve "focus or run" functionality with configuration that looks something like that:
Added a new XML node into ForEach action configuration - `none`.
Extracted application of `if` action into separate function which
returns result that indicates of a client matches the query.
`ForEach` tracks the execution of `do_run_if` and exectues actions
mentioned in `none` node if none of the `if` were able to find a match
Whenever
ForEach
runs it allows to executeelse
branch for a query but it does it for each client that failed to match the query.Please, add an option to execute certain action when none of the clients were able to match a query.
It would effectively allow people to achieve "focus or run" functionality with configuration that looks something like that:
The text was updated successfully, but these errors were encountered: