Query Escape
Description
Updates a text variable so it can be safely placed inside a URL query.
Event Options
Variable
A text variable you wish to escape.
Example
Variable
my/cool+blog&about,stuff
After running the event with the above options, the Variable option will be updated to my%2Fcool%2Bblog%26about%2Cstuff.
Last updated