Hello All,
I have a requirement, which I’m unable to find a solution. I have a google sheet based table “Package” where I have 3 columns; Start date, end date and booking status (enum type; Pending, Active and Expired).
Logic to update Status field:
- Pending, if start date is a future date. I’ve achieved this with “Initial value” while creating the Package.
- Automatically change the status to “Active” once the start date reached to today(). I need to schedule this because package data will not be changed.
- Once the end date is crossed (end date < today()) then status should automatically changed to “Expired”. This also needs to be scheduled.
I’ve created an action on “Package” table but not sure how to schedule it? “Bot” is not giving me any option to schedule an action on regular interval. Please help.