How to create a recurring task automation in Stackby?

I want to automate recurring tasks in Stackby so I don’t have to create them manually every time

Set up: Trigger = ‘When Status changes to Complete’. Actions:

  1. Create a new row in the same table with the same task details.

  2. Set the new Due Date = TODAY() + {Recurrence Days}.

  3. Set Status = ‘To Do’. This creates an infinite loop of recurring tasks. Add the recurrence interval as a Number column for flexibility.