Hi Team,
We have almost 20 air tables,views and each view is attached to 1 air table form.
for e.g.
Airtable Name: internal_link<CUSTOMER_NAME>
Airtable View Name: internal-linking-<CUSTOMER_NAME>-views
Airtable Form Name: internal-linking-suggestion-<CUSTOMER_NAME>
Likewise, we have 20 tables, views and forms for each customer.
Each form is having field named as Source Category which is of type multi-select. The values in this field are different for each customer. Right now, I have provided these values statically by some manual work.Now i’m looking forward to update these values in every form dynamically with respect to each customer.
FYI. The data for Source Category field is available inside snowflake database. You can say. snowflake database is source to fetch the values for this field.
Please see below image as an example for ADOC customer.
Also, have a look at the form which is same for every customer. Only values in Source Category field are varying.
So, how to automate update the Airtable multi-select type field(i.e, Source Category field)?
Can somebody please point me to right direction