Forum Discussion
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?
Regards,
Margareta
- Guido MatisCopper 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- Dean_GrossSilver Contributor
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.
- Guido MatisCopper ContributorIn this case I'm sorry for putting this solution to a wrong article.
- aha222Copper Contributor
Thank you! I've been searching and trying for hours on end and this worked like a charm.
- aha222Copper ContributorThanks. This worked like a charm.
- Maggan WåhlinIron Contributor
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 😉
- Pablo R. OrtizSteel Contributor
<a href="URL">[Link to item]</a>
- Maggan WåhlinIron Contributor
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.
- Pablo R. OrtizSteel Contributorcan you share a screenshot of the Planner step in FLOW?
- clau0289Copper Contributor
- Dean_GrossSilver Contributor
Were you ever able to add a clickable link to the Planner Task Description field?
- Anthony GamboaCopper Contributor
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?
- Dean_GrossSilver Contributor