projectBoard.cardAction
projectBoard.cardAction automations are triggered when a project board card enters a new board column, either through the UI or procedurally.
This trigger uses event handler KATA, and all enabled automations are executed.
Inputs
The automation dictionary starts with the following values:
Key | Type | Notes |
---|---|---|
board_* |
record | The project board. Supports key expansion. |
card_* |
record | The card record. Supports key expansion. |
column_* |
record | The project board column. Supports key expansion. |
inputs |
dictionary | Custom input values from the caller |
worker_* |
record | The active worker |
Outputs
(none)