function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vincent Drader 2Vincent Drader 2 

Counting and parsing values in Flow

Is there a way in Flow to count and parse all the unique values for a field? For instance, if I have an open text field in Salesforce, which could have any value, is there a way to send records through a loop in Flow so that it would count all the unique values in that field? Then - could the flow take each of the records that have those unique values and put them in their own collection? Basically, parsing the data by all the avaliable unique values of a field. 

I am an admin, with limited Apex coding skills, but pretty good with declarative solutions like Process Builder and Flow. Can I somehow achieve what I'm going for with Flow?