I am attempting to pass a parameter to Forms in a link that is being emailed to a user via Workflow. No matter how I format it, it is introducing a line break that causes the link to be broken. Here is the URL:
https://URLRedacted/Forms/LPR?process=%(Project)
The break is always introduced where the question mark is. With the value of %(Project)=OIT-Test Project, it looks like this in the email that's received:
https://URLRedacted/Forms/LPR
?process=OIT-Test Process
And the link does not work.
When created using <a href="https://URLRedacted/Forms/LPR
?process=%(Project)">Click Here</a> the link shows up in the browser like this:
https://URLRedacted/Forms/LPR<br>?process=OIT-Test Process
Notice the extraneous <br> in the middle? I have no idea where it comes from. I've tried doing it as plain text instead of HTML and it looks like this in the browser:
https://URLRedacted/Forms/LPR%0B?process=OIT-Test Process
If you look up %0B, guess what it stands for? It's the URL encoding for the 'newline' character.
I thought maybe something it was peculiar about Outlook but I sent it to GMail as well and got the same result.
Any ideas on how to work around this?
This is in LF12.