How to group filter conditions?

Hi,

How do I group filter conditions?

I want to compare data from apify to airtable.

I want to compare header ad to header ad only, and sidebar ad to sidebar ad. If either URL or image is different I want to update the airtable with the new data. If not do nothing.

I asked chatgpt and this is the codition it suggested (Type = Type) AND (Image ≠ Image OR URL ≠ URL)

If you can also help me map airtable with the new data. Basically if new data is different from airtable, replace it with new data.

Thanks so much!

Figured this out. Need to filter in airtable search record for the ad type to only show that.

then filter Image ≠ Image OR URL ≠ URL.

update airtable after that using ID from search

1 Like