Re: Flow email to send link to Planner task
Thanks for this, my use case was slightly different.
I am automating cross linking a task and a List item.
The problem is the same though - no native access to task URL.
Your content here got me off in the right direction thanks 👍
I used a simple concatenate function to stitch together the task URL.
- Go to a sample task
- Copy the URL of the task
- Paste it and only retain the first part of the URL
https://tasks.office.com/YourOrgURL.com/Home/Task/
- Create your concat() function as follows and insert the ID of the task from your Dynamic Content:
contcat( 'https://tasks.office.com/YourOrgURL.com/Home/Task/', [TASK ID])
Agree, it should be supported natively but this is a operational workaround till Microsoft catch up with this...