Adding String to List<Strings> ( Is there a limit on size?)

I am facing a wierd Issue. I am trying to add strings to a List . The size of the strings being added are large ( About 1000 Charcters).

I observe that only 9 strings get added to the List String. The others dont get added. I tried various ways but only 9 strings get added.

Let me know if any one faced this and how to resolve it?

e.g. 200000 items with avg. string size 1200 chars for the items

can you share some details of your implementation or debugging the flow for further analysis?

When I deserialized the JSON array it had all the values I needed.

Not sure how that happened. I tried for 3 records all of them have the values.

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