Solved! Go to Solution.
Hey @JamesMitchell
Got it. You need to use "" and %20 in the href tag. please see the screenshot below"
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Can you share more details on the flow? Are you using sharepoint? If so, you could use th action: create a sharing link and share the link then:
If you are creating the floder within the flow, you could simply use the link to item dynamic attribute.
If this differs, please share a screenshot of your flow so that we might better identify the issue and assist you with this.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hello,
Thank you for the reply. I have a sharepoint task list with a column containing a folder path.
When the status of the task is modified, i would like to send an email with the folder path within it as a link so when a user recives the email they can click on the link.
I am using <a href=file:///FOLDERPATHCOLUMN>FOLDERPATHCOLUMN</a>
The folder name for example is 'c:\this is a test' and the email contains a link as c:\this due to the space.
Any ideas who i can include folder paths with a space?
I am currently sending the email using sharepoint designer flow but I cant change the sent email address from donotreply so am trying to do this in microsoft flow.
Thank you
Hey @JamesMitchell
Got it. You need to use "" and %20 in the href tag. please see the screenshot below"
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Wow, thank you. That is it. Literally adding " " has solved it.
Working: <a href="file:///FOLDERLOCATION">FOLDERLOCATION</a>
User | Count |
---|---|
27 | |
16 | |
15 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
28 | |
24 | |
23 |