How to get URL of multiple images?

Hello. I am looking for a formula in which i could get URL of each image in the same cell. May be as a list of url would be great.

hi @Korn_Tris ,

It is always helpful to add an example doc :wink:

this might work for you:

Sequence(1,thisRow.theImage.Count()).ForEach(

ParseJSON(thisRow.theImage.Nth(CurrentValue)._Merge().ToText(),path: "$.publicUrl").Hyperlink()).BulletedList()

Hope it helps, enjoy your Friday, cheers, Christiaan

1 Like

thanks a lot . It works perfectly as i need.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.