My goal is it use a .slug from Webflow and search for it inside my Airtable table. Then i would like to extract the email field from all the collections from Airtable that has that .slug in a certain column.
Let me break it down!
I recieve a form submission from Webflow that lets me find a custom /slug i want to use as a search guide.
Next i use “Search Records” in Airtable, picking the fields Name, Epost and Calculation 2 from within the Airtable table i want to find my items. Right after this i use a Array aggregator that just shows me a complete list of everything in my Airtable list. Screenshot:
As you see i have 3 fields extracted, Name, Epost and Calculation 2.
Name: Name of company
Epost: The email of the company
Calculation 2: A list of citys seperated with a comma
Now my issue appears, i dont understand how i can use the /slug to search for the slug value inside the array aggregator. I recieve in this case 110 different bundles and i would like to use the slug to search inside the calculation 2 field for all of the bundles, and the bundles which contain the slug inside calculation 2 i would like to extract the email out of and place all the emails we will find in a new list…
Use slug _ Search for companies that has the slug inside the calculation 2 field _ if its a match we extract email and put it in a new list with other matches.
How can i do this? I would gladly take some advice to learn or pay somebody!
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
That kinda works, it only finds companies that has just has the slug ‘stavanger’ - If a company has Calculation 2 set to something like this:
It cant find the ‘stavanger’ slug for this collection 2, it only finds the company that has JUST 1 collection 2 result ‘stavanger’ - Sorry for bad explanation.
Do you understand the issue im facing? Your filter works, but it did not find arrays containing multiple results with my current slug in the middle surrounded by other slugs in the collection 2.
1. If you have a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!