Array value search in Airtable

having issue with Airtable Search Record.

Summary of the Process:

  1. Watch Google Drive Files

  2. Download Files (already set up).

  3. Create Record in Airtable’s Content Ideation Table

  4. Generate Tags Using ChatGPT

  5. Parse JSON for Tags

  6. Iterator for Each Tag

  7. Search airtable tag from tags table

  8. update matchtag in same record.

Hello @ved_automation,
After the Iterator on your Airtable Search module has a setup wrong Formula.

First, Check the Instructions under that Formula Field. (Also commented on your shared Video).

Then see how to use filtering in Airtable using API. IF is not working here.

See these References:

Thanks @dilipborad !!! got it now I am using this in search - {TagID} = “{{101.value}}”

I use aggregator in the end to pass multiple value (in this case - 6) to add multiple tags in iartable field. but it added just one. when I see in real time update in airtable it update 7 times and in the end it left with just one

1 Like