Forum Discussion
Maggan Wåhlin
Feb 13, 2018Iron Contributor
Create clickable link to item in description field
Hi,
I have created a Flow that sends a task to Planner when a SP-item is created. Now I need to include a clickable link to the SP-item in the Planner description field. How do I achieve this? ...
- Aug 18, 2018
I used the excellent article by Brian-Smith at https://blogs.msdn.microsoft.com/brismith/2017/10/23/microsoft-planner-a-change-management-solution-for-office-365/?utm_source=brismith&utm_medium=twitter
Guido Matis
Aug 07, 2019Copper Contributor
Maggan Wåhlin
I have tried many different possible solutions and I have found a workaround that works for me at least, but I hope it will work for you too. Give it a try.
Please give me some feedback about the result as I'd like to know if this is a workaround for me only or I could share this on other forums also.
1. Click HTML View first.
2. Add <a href="[Link to item]">Click link</a> to the description
Chetan_Vagadia
Jan 27, 2023Copper Contributor
Thank you.