When using text parameters in URL parameters, Bubble allows you to convert text to URL encoded format. (I’m using it in this example for tacking on a search string for my query.) If I use the “formatted as” suffix, I am presented with a drop-down of options for formatting.
The problem I’m experiencing is that there is no “URL Decoded” option (see image below), so while I can send parameters in nicely formatted strings, I cannot decode them on the receiving page for use.
It seems there should be a “URL Decoded” option in the formatted text to reconstruct the statement as needed. If it is in fact there, please do let me know because I’ve not been able to find it.