Sheet Form Submit

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.

Surfaces
apps-script-web
Fields
FieldType
spreadsheet_idstring. Target Google Sheets ID.required
sheet_namestring. Sheet tab name. Default is "Sheet1".optional
titlestring. Form heading.optional
fieldsarray. Array of {label, name, type, placeholder} objects. type is text, email, number, or textarea.required
submit_labelstring. Submit button text. Default is "Submit".optional
accentstring. Submit button colour.optional
Example payload
{
  "type": "sheet_form_submit",
  "spreadsheet_id": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms",
  "fields": 1
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →