Greetings,
I am trying to send the folder path and make it a hyperlink via outlook but i am running into a few issues. I know we can link the item / document to the email using dynamic content, however I only want the folder path and have it selectable. I initialized a variable and hardcoded in the site address then used the full path dynamic content to map to the actual document. In the email I wrote a replace expression that removes all spaces from the string (folder path) and replace them with a /. When i clicked the link to the path to the document i received a 404 error. Still new so any assistance is much appreciated. Thank you
replace(variables('Link to document'),' ', '/')