I have a spreadsheet with images in column A. I am trying to get all images into a variable and get each url values to be used as background to multiple button.
The json generated looks fine but for some reason its not displaying the images.
The only difference between using GetCell and GetColumn is that
GetCell json format encloses entire string with a single bracket [(xxxxxx)]
GetColumn json encloses entire string with double bracket [[(xxxxx)]]