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:
-
Create a new row in the same table with the same task details.
-
Set the new Due Date = TODAY() + {Recurrence Days}.
-
Set Status = ‘To Do’. This creates an infinite loop of recurring tasks. Add the recurrence interval as a Number column for flexibility.