Re: Planner Update Task Details
Dudil,
Could you elaborate further? I'm having a similar problem figuring out how to use the "Update Task Details" action. Perhaps, could you provide an example of how to appropriately use these functions?
What I'm trying to do is create a flow that moves tasks between buckets based on their Due Date. I have buckets label "Today", "Tomorrow", "This Week", and "Later". My Flow is:
- Recurrence trigger
- List my plans
- List my buckets
- List my tasks
- Apply to Every [Task]
-- Condition @lessOrEquals(items('LoopThroughTasks')?['dueDateTime'], adddays(utcnow(), int(1)))
-- if Yes, I want to change the bucket to "Today"
-- if No,... go further down the rabbit hole with additional conditions...
Update Task Details (V1) does not appear to support changing the bucket. Update Task Details (V2) is completely incomprehensible.
-Todd