I need help with filtering

Hey all, my goal is to filter data by two criteria

  1. if my Airtable doesn’t have a campaign ID, create a new record
  2. If my Airtable does have a campaign ID, update the record

I’m running into an issue where records are being created regardless if it does already have a campaign ID in Airtable. See screenshot below (disregard the fact that one module hasn’t been set up)

How can I make it loop throuhg all of the campaign ID’s instead of just one?

Welcome @Adam2 to the community :wave:,
Can you check if the {{38.data: id}} and {{83. Campaign ID}} are actually numbers?
To make sure you are comparing numbers with numbers, you can add the {{parseNumber(add_your_source_here)}} to (both) fields.

2 Likes