Hi Appgyver,
I store my backend online database in an app variable when my app opens on the global canvas, this is to avoid the app loading the entire database on every page in the app.
I have an item list page showing data from the app variable but I can send the id to the next page so it knows what item was picked. It works fine with “get record” from the database backend when using the data variable but I can’t get it to work when trying to fetch the data / get a single record from the app variable.
Any suggestions?
Thanks Dan