Airtable: create record
هذا المحتوى غير متوفر بلغتك بعد.
The Airtable: create record Point template appends a new record to an Airtable table.
Configure the point
Anchor link to- Drag Airtable: create record from the Integrations section onto the canvas.
- Double-click the point and enter a Step Name.
- In Personal access token, enter an Airtable personal access token with permission to write records to the target base. It’s stored masked, like a webhook secret header.
- In Base id, enter the target Airtable base id.
- In Table id or name, enter the target table, by id or by name.
- In Fields, add the Airtable field name mapped to the value to write — see key/value fields.
- Click Save.
Response
Anchor link toAfter the step runs, the new record’s ID is available in later steps as attribute airtable_record_id — use it the same way you’d use a Webhook response attribute, for example to set a Tag with Update user profile.
A failed request drops the traveler from the journey — see Errors and failed requests.