How to display an array of images in retool?

I am receiving a column with image urls from a query . The images urls are in an array. How do I display these images in retool ? I do see any image list viewer component

You can use listView and put there image component and in source write {{yourtable.data.URL[i]}}

1 Like

Got it . Thanks .