Use this component to call multiple actions at the same time, like to show more than one notification when a button is clicked.
Actions are invoked in the order in which they are listed. This means that if two actions write a value to the same variable, the variable will always have the second value.
View exampleName | Type | Description |
---|---|---|
type * | "action.bulk" | Set component type. |
payload[] | array | An array of actions that you want to call. |
Last updated: June 5, 2023