Current Data removed when app closed

How can I ensure that a user’s current order in my Adalo app persists and remains accessible after the user exits and reopens the app? Currently, the order is created on the order screen, but when the user closes the app and is redirected to the home screen upon reopening, the app no longer recognizes the current order.

I’m currently using Adalo’s free plan, and the app has not been published yet. Will upgrading to a paid plan or publishing the app change this behavior? If not, what’s the best way to save and retrieve this data reliably?

Hi,

You can show the daft order on separate screen or on home screen so that they can continue placing order. Logic and implementation matters not plans.

1 Like

You have to save the items for the order under a unique order, then put a screen where the user can see “my orders” after clicking on the desired order, you’ll be able to display the relevant “current” order

1 Like