Convert String to URL Encoding
Every need to convert a string to URL encoding and save it to the database for use somewhere else? Typically Adalo will handle this for you, but there are a few cases where it might not.

Encode strings for URLs
Sometimes you might need to save an encoding for sending a URL somewhere else, like to another API. This simple, one input custom action lets you do just that!