Urgent help on some database functionality for a ridesharing app

Hello guys, i need some help here on these two functionalities i want to build.

(1) How do i write a condition that i want to count the number of days after an object has been created

In this context, i want an order on a ridesharing app to be automatically marked as complete after 2days if a client doesn’t respond. I have a attached a screenshot of what i did earlier
Screenshot 2024-10-08 001517

(2) If no rides /move found , add a « notify me when a match is found » feature . Will send a notification once movers/drivers are available for that date .

Need some help on this :sweat_smile:

Use a Backend Workflow for this to change the data field to ‘Complete’. Schedule it to current date+day: 2at the time of creation.

If Status is not ‘Complete’ and ‘Linked/matched ride’ :count is 0 → Show element

thanks :pray: