Hi! I’d like to decode a value passed in through a query param and use it to display something on the page or even redirect the user according to its value. Is it possible to format a query param as urldecoded in a workflow?
2 Likes
Hmmm… then perhaps I’m doing something wrong because the value of the encoded URL parameter is being saved to my database fully encoded. See here:
Looks like we’re looking at a screen grab from the database / data tab itself. What happens when you render that link in a text element?
Thing_whatever's Chosen Link
Does it appear as URL encoded or as “friendly”? Hmm?
Well, I’m not trying to render it. I’m actually trying to save it cleanly to the database decoded. Is there a way to pre-process it before it updates a Thing’s fields?
This topic was automatically closed after 70 days. New replies are no longer allowed.