Feb 13 2018 04:11 AM
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?
Regards,
Margareta
Feb 13 2018 05:53 AM - edited Feb 13 2018 05:54 AM
<a href="URL">[Link to item]</a>
Feb 13 2018 05:55 AM
@Pablo R. Ortiz, I´ve already tried this and it´s not working. The created Planner item is displaying the link as plain text. I need it to be a hyperlink.
Feb 13 2018 06:02 AM
Feb 13 2018 06:18 AM
Feb 13 2018 06:23 AM - edited Feb 13 2018 06:24 AM
I tested without the href attribute, the Planner-task shows the following:
<a>https://teknikhuset365.sharepoint.com/sites/demo-ims/_layouts/15/listform.aspx?PageType=4&ListId=67c353a4-e76f-42c2-8a66-f39abaa6f88a&ID=18&ContentTypeID=0x01030041C6FA5F89DC7840978F3E911F06EAFB0052F1CFB9ED08744986C2788B0A28F88A</a>
It doesn´t seem like the Description-field of the Planner task supports HTML... If I manually add a link in the Planner-task, it will not automatically convert it to a link. This is not good...
Feb 13 2018 06:26 AM - edited Feb 13 2018 06:26 AM
I agree with you, I can't seem to add clickable links to planner description
Feb 13 2018 06:30 AM
Feb 13 2018 06:49 AM
No luck unfortunately. The Flow actions for Planner is, however, in preview... Maybe this is an upcoming feature.
Apr 13 2018 04:07 AM
Hello,
If it's acceptable enough you could create a link by using the attachment function.
You can find the option underneath the description modification box.
For me it was acceptable enough.
Hope it helps!
Jul 18 2018 11:17 AM
Were you ever able to add a clickable link to the Planner Task Description field?
Aug 18 2018 07:03 AM
Hi , how did you get the ms planner description field on ms flow logic? Could you share the steps on how to do that please?
Aug 18 2018 07:28 AM
SolutionI used the excellent article by @Brian-Smith at https://blogs.msdn.microsoft.com/brismith/2017/10/23/microsoft-planner-a-change-management-solution-...
Aug 07 2019 01:06 AM
@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
Aug 07 2019 05:38 AM
@Guido Matis I think that is solving a different problem. We were trying to add a clickable link to the description field of a Task that is assigned to someone in a Plan which is not the same thing as adding a link to an email message.
Aug 07 2019 05:44 AM
May 10 2021 09:47 PM
Thank you! I've been searching and trying for hours on end and this worked like a charm.
May 10 2021 09:48 PM
May 10 2021 11:41 PM
@aha222 @Guido Matis @Dean_Gross
What I ultimately did was to add the link into the References section of the Update task details action. See image below. The link opens the DisplayForm of the SharePoint item.
Sorry for the swedish language, but I think you´ll get the hang of it 😉
Aug 18 2018 07:28 AM
SolutionI used the excellent article by @Brian-Smith at https://blogs.msdn.microsoft.com/brismith/2017/10/23/microsoft-planner-a-change-management-solution-...