Context:
- I’m making a booking app for my clients.
Database:
- I have a booking database with move-in and move-out datetime
Bot:
- It triggers daily at 12 am (GMT +8:00). And it pulls in all bookings with DATE([move-in datetime]) = TODAY()
Problem:
- So my users recorded a new booking on March 7 9:50pm. that has a move-in date March 8 2:00pm.
- But when the bot ran, it ran for some bookings but for the booking that was created Mach 7 9:50pm, it wasn’t included
- When checking the appsheet monitoring logs, the bot was triggered March 7 16:00. - So not sure if this is GMT 0:00. or this is also based on my timezone… Cause if it is in my timezone, then maybe that’s the problem. But if not, I’m not sure why it wasn’t included.