Saving an image file via Custom Action

I’d like to save an uploaded image via a custom Action to a Bubble Database. The API call works but how do I select the image file from Magic Text?

You can do Image > Image URL. That’s the most straightforward way. It of course just saves the URL rather than the image itself.

If it is the image file itself you want to send, I’m not sure you can send via custom action. But you could use custom action to integromat to download the file from URL before sending to Bubble.

What about using the image file as text? How can I select it to send via API. Do I need to save to an Adalo database first?

Yes, you need to have a form with an image uploader. Once the image is saved to Adalo base, Image > Image URL will be available as magic text.