Can I schedule recurring events?

Hello.

I need to add the ability for users to create recurring tasks.
So when recurring task is completed, after 5 days, the task should be reopened.

Does anyone know how to do this? Thanks in advance.

Yep, schedule an API workflow for 5 days after :slightly_smiling_face:

Thanks for your response.

Could you kindly explain about it?

Sure so, create a workflow in the backend which takes a task and sets the state to open. When the user clicks a task as done, have an action run which schedules the backend workflow to be run on current date + 5 days.

here is the docco - Custom - Bubble Docs

Remember you need a paid plan for backend WFs

But it should be recurred not only scheduled.

This topic was automatically closed after 70 days. New replies are no longer allowed.