in add to collection i am storing values from a json : “”“” + item(“buckets”)(i)(“model”).ToString + “”“” and problem comes when there are more than 100 value
Your collection Item does not have value for 100th Index… That a first step to check.
Use three different write line and print your add to collection item individually