Arrary of string

I try to enter 40 string variables in an array but it doesn’t allow me to enter that many.

I get the following error, it appears when I enter element 17, it only allows me to enter 16.

How can I create an array where I can enter all the data I want.

Hi, maybe you should try to create a list. I hope, that will help you.

I have the same error with list.

@alexis.mendoza

Use a create list and create an empty list first…then use append to list or collection activity and add the data in loop to the list…that eould solve the issue

Hope this helps

Cheers

what I’m interested in knowing is why it doesn’t allow me to add more than 16 variables in an array?

@alexis.mendoza

After the latest upgrade because of some limitation which is not confirmed yet…people are facing this issue…so as a workaround for now this approach is being suggested

Hope this helps

Cheers