SharePoint Links and Query Strings with Spaces in them
-
Hi, I have got a couple of SharePoint Designer Workflows workflows in place that have links in them. However these links are dynamic and are partly made up by values pulled from the item (i.e. a filename). The problem i have is the links miss out the first space in a value that is pulled in from SharePoint, for example if i put the value Customer ABC Limited into the link, it would become CustomerABC Limited and therefore cause the link to be incorrect as the space between Customer and ABC has been removed. Can anyone help me work out how to correct this? Many Thanks in advance
-
Hi, I have got a couple of SharePoint Designer Workflows workflows in place that have links in them. However these links are dynamic and are partly made up by values pulled from the item (i.e. a filename). The problem i have is the links miss out the first space in a value that is pulled in from SharePoint, for example if i put the value Customer ABC Limited into the link, it would become CustomerABC Limited and therefore cause the link to be incorrect as the space between Customer and ABC has been removed. Can anyone help me work out how to correct this? Many Thanks in advance
I know it's a long time since your question but I have recently run across the exact same problem. Did you find a solution?
-
I know it's a long time since your question but I have recently run across the exact same problem. Did you find a solution?
Hi, I am sorry but i never did get this resolved. From my extra research it seems the best way forward is to get the URL encoded (using something along the lines of URLEncode in C#) before putting it into the email, this would probably need to be a custom action built into a SharePoint Designer Workflow. However i have never taken the time to create the custom action. If you happen to do this custom action and you feel like sharing it would be greatfully received. Sorry i couldn't be of any further assistance. Cheers, Luke