Convert String to Base64
If you've ever needed to authenticate to another service in your Adalo app using Basic HTTP Authentication you know that you must use Base64 encoding. This action let's you do just that.

Power up your app with Basic HTTP Auth
Many external services require you to authenticate using Basic HTTP Auth, which Adalo doesn't do natively. The problem is that you need the username and password sent as Base64. This action solves that issue!