Can I have a recurring formula run every X hours? #1009
-
In my application, different users at different times are assigned 100 life points when a user record is created. I would like life points to decrement randomly 1-5 points per 1-3 days from the day the record was created and recur on that interval. Can I do something like this with Rowy? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @timfong888, this use case is a bit more challenging. You would require a cloud function that runs on a cron job to see whether sufficient time has passed to decrement points. |
Beta Was this translation helpful? Give feedback.
Hey @timfong888, this use case is a bit more challenging. You would require a cloud function that runs on a cron job to see whether sufficient time has passed to decrement points.
There is no way to create these types of functions using Rowy at the moment. However, we're planning to include that as well as some of the more generic functions. Hopefully, it will be available in the later releases of Rowy, stay tuned! 🚀