pub fn search_records(
    account: &str,
    base_id: &str,
    table_name: &str,
    filter: &str
) -> Option<Value>
Expand description

Search records 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.

filter is a formula string used to filter records.

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.