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!