Skip to content

Update item method

With "Update item" method, you can update an existing record from the specified Base and Table.

Main Parameters

  • Base: This is a required dropdown field where you can select the base you want to update existing record.
  • Table: This is a required dropdown field where you can select the table you want to update existing record.
  • Record ID: This is an required function field where you can return the record id that you want to update.

Create item method

Permissions

You can select who can update record You can select from:

  • Allow Any: Any user can update a record
  • Authenticated: Any authenticated user can update record
  • Owner: Authenticated user can update the record if the user id field value will match with authenticated user If you select this option, you will need to select also the field in which you will store user id

NOTE

In most cases you need to select Owner here, so only users that created the record can also update it.

Owner permissions

Fields

Airtable fields will be listed as function fields, in which you will need to specify for each one what value will be returned.