Hello
I’m trying to make email notifications for unread messages in bubble which work in the following way: when a user hasn’t checked them in the app for more that one hour, the user gets an email notification
In the condition in the pic I used the following logics:
When the an hour from the notification creation date is less than current date and time’s hour, we send an email
But I noticed a prolem: this workflow works only when the user is in the app which is a big problem for me
As I understand, Bubble doesn’t start workflows behind the stage( when users are offline)
Anyway, maybe we’ve got other ways of implementation the logics?