Forum Discussion

JoelHickok's avatar
JoelHickok
Qrew Cadet
3 months ago

Pipeline Jinja url decode

In a Pipeline, you can use the Jinja urlencode filter to encode a value that needs to be safely encoded for use somewhere else. However, how can you use the URL Decode function?  I am used to Python...