Hello dear community! Can you please tell me if it is possible to get a link to an image that is loaded in the Image column? The option with objectLink() is not suitable, because in this case the function returns a link to the object and not for example to the jpeg file itself. It is crucial for me to get a link to the image from this column. I assume that it is possible to pull the link through parseJson(), but I don’t understand anything about Json.
hi @Tamerlan_Kagarmanov ,
you can try this when the name of the column is ‘images’
thisRow.images._Merge().ToText().ParseJSON("$.publicUrl")
it will give you the imageUrl
enjoy, cheers, Christiaan
1 Like
Christiaan you’re a god! Thanks for the quick reply, and more importantly a very helpful solution!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.