2 weeks ago
Hi Experts,
I’m using the ENCODE_FOR_URL function in an “Update Record” node, especially at field “WorkPackageName” as follows:
In the example, as you can see, everything looks to work properly by replacing both “spaces” with “%20” & “slashes” with “%2F” in my original text: “Senior Java Developer / Scrummaster (WS)”.
However, while accessing this code block from the deployed app I’m getting the following link:
As you may see “spaces” have been successfully translated, though the “slash” still remains in its original state as character: WorkPackageName='Senior%20Java%20Developer%20/%20Scrummaster%20(WS)'.
This subsequently causes me error on updating Work Packages with “Slashes” on this description field.
Do you have any clue why ENCODE_FOR_URL translates selectively special chars?
Many thanks in advance!
Thanos