Please could someone help me - I have been trying to find a solution to what seems a simple issue -
If a URL has the % sign in it - how do you express it in PD without it throwing a syntax error.
For example - the below URL is something im trying to launch a browser to (I have changed domain for security)
https://test.com/IT%20Service%20Desk/
I have tried:
1. Doubling % to cancel
2. %'%'%
3 %"%"%
None of these work - how is this possible in PD to express? I have even tried setting a variable / reading text from file as variable - alkl gives the same error
Thanks