hi,
we want to create a flow where we mark outlook tasks completed when a planner tasks completes. The way we need to achieve this is to get the outlook tasks ID from comparing the titles (both titles in planner and outlook tasks are the same - a different flow has been created for that).
Solved! Go to Solution.
Hi @solte98,
Please refer to screenshot below to create the flow:
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @solte98,
Please refer to screenshot below to create the flow:
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi!! Important, for people who want to use fLow in Spanish, rename
split(body('Get_task_details')?['description'],'OutlookMessageId=')[1] by
split(body('Obtener_detalles_de_tarea')?['description'],decodeUriComponent('%0A'))[0]
And
split(outputs('Compose'),'MessageId=')[1] by split(outputs('Redactar'),'messageId=')[1]
Thanks for the work, it works great!!!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
80 | |
55 | |
55 | |
43 | |
39 |
User | Count |
---|---|
83 | |
81 | |
76 | |
64 | |
42 |