pub fn update_record(
    account: &str,
    base_id: &str,
    table_name: &str,
    record_id: &str,
    text: Value
)
Expand description

Update a record in the specified table.

account is the account name when you connect Flows.network platform with your Airtable account.

base_id is the id of the base which the table belongs to.

table_name is the name of the table.

record_id is the id of the record to be updated.

text is a serde_json::Value::Object whose key is the field name of the table.

If you have not connected your Airtable account with Flows.network platform, you will receive an error in the flow’s building log or running log.