The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
***I know this might be irrelevant here, But Somonoe might have gone through this
Hi, I use Airtbale as my database on bubble.io. therefore I use the Airtable plugin to get data and display it in a repeating group list.
However, the plugin only allow...
Hi, I want to query and filter a table based on several filters sent via the URI as parameters.
I found the Airtable API doc suggesting that I use the AT API encoder and use FIlterByFormula.
I tried it and it all works perfectly. but for only one for...
Hi, I have simple automation that gets triggered once a record is updated. it populates 4 fields with data.
Simple stuff,
However, the execution time is more than 5 seconds! which is noticeable
I can’t tell what causes the automation to take that muc...
Hi everyone, I want to trigger a script that will create a new section. inside the section, it will create views and filter them. I couldn’t find a way to achieve this. I searched in the community and found that this had been requested before. this s...
He @Vivid-Squid Thank you for the response.
I have figured it out.
Indeed you must use AND(). URI will be formed as follow:
filterByFormula=AND(expression1, expression2)
eg: …?filterByFormula=AND(SEARCH(“like”, “like me”), {price} > 100, …)
In case s...