I am trying to populate my Adalo app with a Bubble database and show a list of events and services. These things have images in Bubble, but when I connect Adalo through the API, it looks like it is populating these “image” fields as “text” in Adalo, so there is no way to display these images anywhere.
Has anyone seen this happen before or know what I’m doing wrong?
That text property gives you the URL of the image right? I guess it is! Now you can add the image component and populate it with that URL. Before doing that select URL in this drop down.
Ahhh…that makes sense. I was thrown off because it was mapping a “image” field type to “text” but that makes sense it would be a URL. Awesome, I’ll give that a try…thanks!