How to create an opportunity in Affinity from an Airtable base?

Hi there!

I’ve been trying to build a workflow which create an opportunity in Affinity from data in an Airtable table.

  • Node “New Airtable row” : sucessfully take the data I entered in Airtable
  • Node “HTTP request” : goes into affinity through the API key to see if the opportunity already exists by looking if the website is matching
  • Node “Error branch” : if the opportunity already exists, it goes back to the airtable to check a box “Already exists in Affinity”
  • Node “Create an opportunity” : create an opportunity if it does not already exist → not working

Here are the details of the nodes :

Any advice is very welcome!