Hello everyone, I’m having a problem in my app. In practice I should retrieve the data from the url, however as you can see when I go to get the mail that I need if it has the + the latter is ignored. How can I fix this problem? Obviously the symbol is not always +. Anyone have any ideas? Thanks in advance
Any data passed via the URL should be URL encoded. You can use bubble’s butil in :formatted as
to encode your text string to URL.
Oh it was so obvious! Thank you so much for your help
This topic was automatically closed after 70 days. New replies are no longer allowed.