
I have a flow set up (with help from the community here), which aims to move existing tasks to another bucket based on the due date?
- Recurrence 1 day
- List tasks
- Filter array - from 'value' - @And(and(equals(empty(item()?['dueDateTime']), false), not(equals(item()?['bucketId'], 'TKH7aU6SP0WZjTQUXg9BkAgAEHuj'))), equals(formatdatetime(item()?['dueDateTime'], 'yyyy-MM-dd'), utcNow('yyyy-MM-dd')))
- Apply to each - 'Body' - Update a task (V2) - Bucket ID = TKH7aU6SP0WZjTQUXg9BkAgAEHuj
This isn't working as I had hoped, as once I have marked a recurring Task as Complete, I would like the new task to go into a different Bucket - 'To do', and then move when the due date is Today. Whereas, at the moment, it just stays in "Today"
I'm not sure how to adapt the flow to make that happen.
Can anyone help?