Hi all!
Hoping for some help. I'm quite new to Blue Prism and development in general so I'm a little stuck.
I'm trying to compare two Collections to determine - Common values in both, Unique Values in Collection 1, and Unique values in Collection 2.
Then take the comparison and put them into three new Collections
I have the common values in both by doing a loop within a loop then a decision stage to say [Collection1.Value]=[Collection2.Value]. If yes, Action stage to add row to new collection, then calculation stage to populate that row with [Collection1.Value]
The trouble comes with the other two sections. I just can't seem to find out the logic for this.
Is there a way to compare two collections to look for unique values in one of them?
------------------------------
David Wood
------------------------------