Inline form that appends a timestamped row to a Google Sheet on submit. Calls google.script.run.a2uiSheetAppend server-side. Each field renders as a labelled input or textarea.
| Field | Type | |
|---|---|---|
| spreadsheet_id | string. Target Google Sheets ID. | required |
| sheet_name | string. Sheet tab name. Default is "Sheet1". | optional |
| title | string. Form heading. | optional |
| fields | array. Array of {label, name, type, placeholder} objects. type is text, email, number, or textarea. | required |
| submit_label | string. Submit button text. Default is "Submit". | optional |
| accent | string. Submit button colour. | optional |
{
"type": "sheet_form_submit",
"spreadsheet_id": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms",
"fields": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:sheet_form_submit",
"displayName": "Sheet Form Submit",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/sheet_form_submit",
"capabilities": [
"apps-script-web"
],
"description": "Inline form that appends a timestamped row to a Google Sheet on submit. Calls google.script.run.a2uiSheetAppend server-side. Each field renders as a labelled input or textarea.",
"representativeQueries": [
"show a inline form that appends a row to a Google Sheet on submit",
"inline form that appends a timestamped row to a google sheet on submit. calls google.script.run.a2ui",
"render a sheet form submit"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →