When I read in values using a DataSource step, I would like to be able to remove duplicates. For me personally, this would only make sense for a single-column of data values. But I suppose there could...
I run a SOAP request(s) that fetches back a bunch of values. I would like to iterate over all the values, but only unique ones, passing them to a subsequent request.