Hello,
I would really appreciate hints and tips about certain action.
I have two collections that i want to compare for identical # , when i two collections have identical # store it in the new collection.
What have i done is this - > I loop first collection followed by decision where i set to check two collection for # if they matched -> add row action ( i have already created 3rd collection for this case ) -> calculation stage where i write # to 3rd created collection -> delete first row from 1st collection -> delete first row from 2nd collection -> back to loop start.
Now this is working fine until the point when i remove rows. I got error " no current row is set " and when i looked at collection it was showing 10 rows under the name of the collection. Instead of like 1 row of 10 (this is how it looks before deleting row) . When i click in one of the collection and go to the current tab and click ok, collection goes back to 1 row of 10.
Is there an action how to set next row without going to the collection to fix it ? Or better yet, is there any more easier way to compare two collection and write matched # to 3rd collection without deleting rows at all ?
Thank you for the time