Is it possible to share a database table of one app with another, already built app?
I only need that one table, not the entire database.
It has uploaded images, which is why I haven’t exported as CSV and then uploaded it.
Thanks
Is it possible to share a database table of one app with another, already built app?
I only need that one table, not the entire database.
It has uploaded images, which is why I haven’t exported as CSV and then uploaded it.
Thanks
You could use the Adalo API and set up an external collection calling to your Images table.
More than 100 records, you’ll be faced with some pagination issues to overcome.
How would i be doing that
Hello, here’s a guide that will help you create external collections inside your database : External Collections with APIs - Adalo Resources
Thank you!