I’m working on a Make.com scenario where I pull a SEO keyword from Airtable and then fetch semantic keywords via an SEO tool API (HTTP module) and paste them back into Airtable.
Using the JSON parser module, I can get the array of terms.
My goal ist to grab the array of terms, sort them by rel_avg and paste the top 20 comma seperated into the Airtable field for semantic keywords.
ChatGPT suggested a formula in the “Semantic Keyword” field in the Update Airtable modul. But it then either shows the first keyword only or the formula itself.
I am stuck on how to sort and filter those keywords and how to get them into Airtable.
I tried several ideas by ChatGPT without success. Maybe someone can help out.
I just bulk export data into CSV and apply filters in Excel to spot patterns. It’s faster for me to see what’s dragging and what’s doing okay month to month.
Parsing JSON was fine, but sorting inside Airtable wasn’t clicking. Geo helped me set up a simple array sort in Make before sending to Airtable, which cut out a lot of headaches. Just pull the terms, sort by rel_avg in the scenario, then join them with commas before updating the Airtable field.