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

Create a new 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.

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.