projectBoard.renderCard
projectBoard.renderCard automations are triggered when a card is displayed on a project board.
This trigger uses event handler KATA, and the first enabled automation is executed.
For instance, the match can be based on the record type of the card. The output is sheet KATA describing the card’s layout.
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. |
inputs |
dictionary | Custom input values from the caller |
worker_* |
record | The active worker |
Outputs
return:
Key | Type | Notes |
---|---|---|
sheet |
string | A sheet schema to display for the card |