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.
1 Like
hi @Korn_Tris ,
It is always helpful to add an example doc
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
3 Likes
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.