Airtable Update Record
通过 Aident Loadout 使用 Airtable Tools 的 Airtable Update Record。执行前查看输入、输出、设置、价格和风险。
服务提供商说明
Modifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.
通过 Aident Loadout 使用 Airtable Tools 的 Airtable Update Record。执行前查看输入、输出、设置、价格和风险。
Modifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.
baseId必填stringThe unique identifier of the Airtable base containing the record to be updated.
fields必填objectFields to update. Keys are field names (case-sensitive) or IDs (fldXXXX recommended). Only specified fields are modified. Empty strings convert to null. Field names must match Airtable schema exactly (e.g., 'Call Status' not 'call status'). Use AIRTABLE_GET_BASE_SCHEMA for exact…
recordId必填stringThe unique identifier (ID) of the record to be updated within the specified table. MUST be in Airtable's record ID format: exactly 17 characters starting with 'rec' followed by 14 alphanumeric characters (e.g., 'recABC123def456G'). Simple numeric values or row numbers are NOT va…
typecastbooleanEnables automatic data conversion and select option creation. CRITICAL FOR SELECT FIELDS: When false (default), Airtable rejects updates to single-select or multi-select fields if the value is not already an existing option, failing with 'Insufficient permissions to create new s…
tableIdOrName必填stringThe unique identifier (ID) or the name of the table within the base that contains the record to be updated. Also accepts 'tableId' as an alias.
returnFieldsByFieldIdbooleanIf `True`, API response keys record fields by field ID instead of name. Using field IDs is recommended for integrations resilient to field name changes.
data必填Data from the action execution
errorstringError if any occurred during the execution of the action
successful必填booleanWhether or not the action execution was successful or not
OAuth 连接。风险等级 2/5。
免费操作
目前没有已发布技能明确引用此操作。