Get Action Group State

Fetch the current enabled state of an action group
Preview
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
actionGroupStatenumber

State of the selected group

  • 0 - All actions in the group are disabled
  • 1 - All actions in the group are enabled
  • 2 - A mix of enabled and disabled actions
Example: 1
actionsDisabledList<string>

List of all disabled action IDs from the selected group

actionsEnabledList<string>

List of all enabled action IDs from the selected group