I am running in an issue with collections not in the correct order. I have a query list action that populates three collections. From there I have a for each on one of the collections and a query list that checks to see if the item exists. If it doesn't I add the item using the same index for the foreach and the two other collections. The issue I am seeing is data from the other two collections is off from the main collection. I hope this makes sense. Has anyone else seen this kind of issue?
↧