ui.sheet.data
ui.sheet.data automations are triggered when a sheet requests dynamic data.
This trigger uses event handler KATA, and the first enabled automation is executed.
Inputs
The automation dictionary starts with the following values:
Key | Type | Notes |
---|---|---|
inputs |
dictionary | Custom input values from the caller |
sheet_filter |
text | The optional text to filter results by (if schema:layout:filtering: is enabled) |
sheet_limit |
number | The number of results per page |
sheet_page |
number | The zero-based current page of the sheet (if schema:layout:paging: is enabled) |
Outputs
return:
Key | Type | Notes |
---|---|---|
data |
dictionaries | An array of dictionaries |
total |
number | The total number of records (without paging) |