Hello all
I’m beginner in Adalo.
I want to create e-commerce type app similar to ‘Order’ Default Adalo Template.
In my case, I want to have a ‘Status’ Collection, which indicates status of the order - Started, Confirmed & Paid, Delivered. So 3 items.
My ‘Order’ collection has m:1 relationship with Status collection. Each status can have many orders, one order belongs to one status.
I’m not able to assign default values to ‘Order’ while creating or updating. I am able to assign them via form entry by user. But I need default value to be ‘Started’ when order is created, when customer pays to be ‘Confirmed & Paid’, etc. automatically without user input.
In ‘Order’ template app, status is updated as text. I do not believe this is right way, because on Admin side app, that status should be filter able, etc. And admin should be able to add more status types in future.
Any help appreciated please.