I have a data type called CountryFlag with a field ImageURL (public direct links).
In a repeating group, I’m trying to show each country’s flag using:
Do a search for CountryFlags:first item’s ImageURL
(constraint: Display = Current cell’s Get Course List course’s location_country)
The URLs are valid and open in browser, but the images do not render in the Mobile App Editor (Beta) preview or run mode.
HTML and Web View elements don’t support dynamic data, so the image element was the correct approach.
Can Bubble confirm if dynamic image sources in repeating groups are currently unsupported in the Mobile App Editor (Beta)?
If so, is there a timeline or workaround planned?
