I can't figure out how to get an image to display in cells in my gsheet when they are coming out of a query. I've tried various forms of arrayformula and query combos but nothing. Would love any help.
Tried this, with A4:A21 being the image URLs =ARRAYFORMULA(QUERY({B4:B21, image(A4:A21)}, "select Col1, Col2 LABEL Col1 'ID', Col2 'Image Showing'", 1))
Also tried this, with A4:A21 being the image URLs**
=ARRAYFORMULA(QUERY({B4:B21, "=image(""" & A4:A21 & """)"},
"select Col1, Col2 LABEL Col1 'ID', Col2 'Image Showing'", 1))
Any help is greatly appreciated.