Image Encoding - how to put an image into Adalo

I am passing a base64 hex-encoded image via Zapier into Adalo. I was hoping that pushing this data into an Image field would work. THAT would be a fantastic trick!

Does anyone know of a way to pass in an image to the Adalo database? I would prefer not to use an external (URL) reference for this.

You cannot push anything into an Image field, but if it is base64 you can push it into a Text field, uri encode the base64 string and use that as the URL of the Image component. What this means is in the text field storing your base64 image data it should look like data:image/png;base64, then the Zapier base64 data. Then in the magic text of the Image URL you set it to the text field with the uri encoded image.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.