Have a database trigger ‘Only when Lesson now’s completed is yes and lesson before change’s completed is no’.

That’ll run whenever the lesson is completed. Then, inside the trigger, schedule API workflow to run at 1:00am on Current date/time:rounded down to day +hours 25, and that’ll run at 1:00am the next day.

Inside that workflow, add the lesson to the user’s account or whatever you want to do.

1 Like