I’m encountering an issue where I’m referencing an image, but Bubble seems to want text.
I have tried this two ways:
Using the image as the background of the group
Inserting an image into the group
Both ways, I get an error that says “dynamic data in text boxes must be printable as text.” This doesn’t make sense to me, because the field is supposed to be an image.
This screenshot is using a data type called Ads that has a list of Images as one field, hence why I’m using the first item in the list. Each Ad has multiple Images.
I have another data type called Image, and I get the same error when I do the search the other way (search for Image with Ad ID = current Ad’s ID).