Providing an Option to Renew Instead of Deleting Expired Entries

Hi Adalo Community,
I’m working on an app where users can create and manage time-sensitive entries, and I need assistance setting up a few functionalities. I’d appreciate any guidance on the following:

Providing an Option to Renew Instead of Deleting Expired Entries

  • When a user tries to delete an entry that has reached its expiration date, I want them to see an option to extend it instead (with a new expiration date).

What’s the best way to allow users to manually renew an expired entry while preventing early deletion?

I would put 2 time property. when time property 1 is expired a new button appear (or button state) to extend it. (sometimes visible if current time is after expiration date) and just update the entry instead of deleting it like add a status “renewed” and now use the 2nd time property.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.