I have a variable that is an array of links, is it possible to convert into a text like this

"
[1] link1
[2]link 2

"
separated by new line and have the index next to it, whole thing as a single string

Hey @Tharusha_Jayasooriya

Yes, you can do this. Iterate through the array using the Array Iterator. Then, use a Text Aggregator with the “map bundle order position” as your index and the “map value” as your link.

Next, open the advanced settings in the Text Aggregator and choose “New Line” as your separator.

1 Like