The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
It was referencing the Api for the ‘Favorite Movies’ demo database.
To test and learn the api, I was trying to retrieve data from the
table Movies and only bring back a description of the movie The
Godfather.
I tried various codes using the method ‘Q...
Hi Danny_Alvarez,
In the filterByFormula
filterByFormula: ‘(FIND(“apples”,fruit))> 0’
What actually is fruit, is it a field name, a word in a record, or what exactly does it not need to be within quotation marks as Docs describe
FIND(stringToFind, wh...
Hi Peter,
Thank you for your reply.
I got this to give back something, though it was empty.
https://api.airtable.com/v0/MyAppID/Movies?filterByFormula=FIND("The%20Godfather"%2C"Name")
&api_key=MyKey
I think all has to be urlencoded.
This might help: ...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.