Hello, I am trying to build a simple automation using Make.com (Integromat) when a form is submitted to Webflow I need to create, search and update a record.
This is the workflow:
I have 2 forms on my webflow website:
Form 1 gets email address and IP address → Create a new record Form 2 gets a few checkboxes and IP address → Search for records that matches the IP address and update the record with the checkboxes
I tried different formulas but the issue I am having is that when Form 2 is submitted all the records on my table are updated.
I hope somebody can help me. Thank you.
Here some screenshots from my automation.
Best answer by ScottWorld
Your search formula is not correct.
You need to type the Airtable field name and put it in brackets (instead of choosing it from an earlier step).
You need to type in the equals sign with your keyboard.
You need to surround the IP address field pulled from Webflow with quotation marks.
You need to type the IF statement using your keyboard instead of using Make’s IF statement.
You need to finish the IF statement as well to return the number 1.
You need to type in everything with your keyboard (do not use Make’s IF function), except for the blue squares, which you will need to pull from your Webflow step.
You need to type in everything with your keyboard (do not use Make’s IF function), except for the blue squares, which you will need to pull from your Webflow step.
You need to type in everything with your keyboard (do not use Make’s IF function), except for the blue squares, which you will need to pull from your Webflow step.
Thanks for your reply.
I tried your solution but the Scenario comes up with an error:
RuntimeError
The formula for filtering records is invalid: Invalid formula. Please check your formula text.