Actions
Feature proposal #8385
closedImplement Delimiter support for Users condition
Description
When conditioning against a list of user ids the delimiter may not always be a comma. For example if the substitution is that of a param with |*| delimitering (e.g. multi-select) the condition would fail to split the value. Add support for the delimiter parameter and if empty fallback to comma.
Actions