Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Modify form data before saving to the account
Add Fields
Enable
$merge([ $, { "total_projects": $count(projects), "configured_at": $now() } ])
{ "warehouse_id": "wh-123", "projects": [{"value": "1"}, {"value": "2"}] }
{ "warehouse_id": "wh-123", "projects": [{"value": "1"}, {"value": "2"}], "total_projects": 2, "configured_at": "2024-01-15T10:30:00Z" }
{ "warehouse_id": warehouse_id, "project_ids": projects.value }
{ "warehouse_id": "wh-123", "project_ids": ["1", "2"] }
$merge([a, b])
$count(array)
$now()
$sum(array)
$join(array, sep)