All,
I'm struggling on capturing distinct values from an array. Data source is dataverse. Here's some screen shots:
The struggle is really the conditional statement. If a billing schedule number has multiple product plans (Product Plan is identified as an entry in the dataverse table) i.e., BSN000138 for Microsoft Corp and BSN000138 for Contoso Corp and both are under the MyCompany, the BSNXXXXXX should be unique. I'm trying to find the duplicates basically. I can provide further examples or explanation if this doesn't make sense.
Thank you for the help, I have some variation of this as the solution, but ultimately yes this is what I ended up doing. Thanks for the reply!
The easiest way to get an array with the unique values from a particular array is to do a Union() with itself. For example lets say I have an array that contains a person field.
1) Use Select to isolate the column that you want to retrieve the unique values from
2) Add a Compose and insert a Union(<<outputStep2>>,<<outputStep2>>)
The result is an array of the unique values from that column. This screenshot shows how to get the unique list of users who have modified items in a SharePoint list.
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional