Get Action Group State
Fetch the current enabled state of an action group
Preview
Parameters
Grouprequired
Select
default:
None
Choose the action group you want to fetch the state of
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
actionGroupState | bool | Enabled state of the selected action group Example: true |
actionsDisabled | List<string> | List of all disabled action IDs from the selected group |
actionsEnabled | List<string> | List of all enabled action IDs from the selected group |