Mapping a string value to a string list in a map step

Hi there-

I have initialized a stringlist with size 3 in a map step. Below that in another map i mapped the value from a string to the string list. Now all the values(3) in the string list are having the same value as that of the string.

I

You need to provide index value to String List else ends up updating same value to entire list.

You can provide index in mapping Property → indices (Edit) → Link Indices.

Indices can be static (any numeric values) or dynamic