Another cheeky problem I need your amazing help with:
As always, extremely grateful in advance! And this will be going in my “Building An App in 30 Days” documentary, which will be featured on Bubble so just let me know if you’d like a shoutout.
This is the same limitations
Solution A) Create your own API Connector call to Airtable
Solution B) Use a unique ID and filter Airtable data using this unique ID (you can use url parameters) to display the correct info. If table is not too big, it’s ok. But with a lot of data, it will not be a very good solution.
Solution C) @cmarchan one