Hi all,
What I need help with: I’m trying to figure out how to limit the number of records sent from a Gmaps webook GET call to Airtable to only 10 records.
What I’ve tried:
- Give the webhook outputs an index and filter out anything greater than 10: couldn’t get the indexes properly setup
- Used the code block and tried both python and js methods but no luck.
- Formatting the output, but this proved useless as I couldn’t limit
What I’m considering next:
- Sending the data to a different data source (Gsheets maybe), assigning it indexes, then funneling those back into a filter with a limit of 10, then on to airtable.
I’ve been pulling my hair out on this for a few days now and my cat believes I’ve lost all sanity. Am I missing something obvious here?