Sending Shared folder links in Outlook

Hi,
I have assigned a shared folder directory to a variable in which will be sent in the body of the send outlook message activity. The problem is that the directory is only partially linked and stops when there is a space in the directory.
Ex:
“xxxx/aa aa/xxxx”
So the directory will be linked up to the first “aa” after that, the directory becomes plain text.

@anon5199880

You can try the code like below (3 quotation marks " in front and back of filepath)

“”“C:\Users\Me\Folder with Spaces\database.accdb”""

Thanks,
Pradeep Sridharan

1 Like

Thanks it works. Do you know why it requires 3 quotation marks in order for it to become a full link?

string does not recognized the path contains spaces.

So that we need to given 3 quotations marks to convert the space into entire path

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.