I have written a flow that creates an Outlook task when a Planner task is assigned to you. It works fine but the next logical step is then to get Flow to complete the Planner task when I complete the Outlook task.
I cant see a way to do this, is there one?
Solved! Go to Solution.
I have played around with this a bit more and got it working.
Still cant upload pictures so will try to describe what I did.
In the "Create a Task" part I removed the 2 date expressions and instead added in a dynamic expression from Planner of "Due Date Time" (in the due date field) I left the Start date blank.
This is tested and working. No way I could have done it woth the help from @v-xida-msft so thank you so much for your advice.
Hi @slimmorrell,
Could you please share a screenshot of your flow's configuration?
I have made a test on my side and please take a try with the following workaround:
formatDateTime(triggerBody()?['dueDateTime'],'yyyy-MM-dd')
Start Date field set to following formula:
formatDateTime(triggerBody()?['createdDateTime'],'yyyy-MM-dd')
@equals(body('Create_a_task')?['Status'], 'Completed')
Within "Do Until" action, add a "Get task" action, Task Id field set to Id dynamic content of "Create a task action".
Image reference:
Note: The "Do Until" aciton runs continuously until the Outlook task is completed.
The flow works successfully as below:
Best regards,
Kris
Hi Kris, @v-xida-msft
Thanks so much for you quick response and suggestion, I have tried you flow but am getting an error message.
The value 'formatDateTime(triggerBody()?['dueDateTime'],'yyyy-MM-dd')' of parameter 'DateTime' is invalid.
Also getting a message in the Do until reply.
ActionConditionFailed. The execution of template action 'Do_until' is skipped: the 'runAfter' condition for action 'Create_a_task' is not satisfied. Expected status values 'Succeeded' and actual value 'Failed'.
Im probably doing something very stupid but I cant insert a screenshot. I am using safari on a mac and if I click insert/edit image I do not get a file browse box. I get a box asking for source and dimensions of image.....
Any help would be really apprciated.
I have played around with this a bit more and got it working.
Still cant upload pictures so will try to describe what I did.
In the "Create a Task" part I removed the 2 date expressions and instead added in a dynamic expression from Planner of "Due Date Time" (in the due date field) I left the Start date blank.
This is tested and working. No way I could have done it woth the help from @v-xida-msft so thank you so much for your advice.
Could you share your original flow that adds an outlook task when a planner task is assigned to you?
Any change you would be willing to share your completed flow or post the images of your final flow?
Its let me upload the images now so here you go.
It put the images the wrong way round so the first picture should actually be the second one
Hijacking this thread a little 😉
I've tried to replicate this flow - but cant quite get it.. when I come to the final step, for Task Id, I cant seem to find the value as shown in the image: the closest I can get it Value ID
in this case, when i use that - and trugger the flow by assigning a task to myself, the flow runs, but then closes the task immediatly in Planner without for it to be marked as complete in To-Do
any clues?
Good afternoon - further to Wardy_uk's query i have the same issue can you help with either of the following:
- How do i obtain the dynamic content for the ID in the update planner task?
- is there a solution or work-around to prevent the flow closing the task immediatly in Planner without waiting for it to be marked as complete in To-Do?
This solution does not work over a time frame longer than a few minutes.
The 'do until' runs for a maximum of 60 times then continues.
User | Count |
---|---|
16 | |
16 | |
14 | |
9 | |
8 |
User | Count |
---|---|
31 | |
28 | |
25 | |
23 | |
13 |