Hey,
I need to add multiple images to an Image Gallery field.
In Google Sheet you add the URLs and separate them with a comma and space like such → URL1, URL2, URL3
This works
When I do the exact same thing with BigQuery it fails to separate the URLs.
I can see from the front end that it tries to display the whole string (URL1, URL2, URL3) as the image src instead of splitting up the URLs.
Top is Gsheet - Bottom is BigQuery
Pretty sure this is a bug.
Or am I missing something?
Best Hans T.