Hello. I have create a table with quickchart pack to pull and image in.
I have tried useing formula ParseJson to pull out this image Url but it turned out to be blank. No t like an image that is attached file in the table.
I also tried [column].url() ,and it is not working . Only row url show up
I would like to ask how could i get an url out of the image generated by quickchart.
Hey there!
Try Image._Merge().ToText() to see some hidden image values, there’s usually a publicUrl key there which you could then for example get by Image._Merge().ParseJSON("publicUrl")