Concatenate Distinct Duplicates Values When Rolling up Multi-Select Picklists
dhoechst opened this issue · 2 comments
dhoechst commented
If I am rolling up a multi-select picklist with concatenate distinct, the distinct only works if all child values are exactly the same.
Scenario 1:
Child 1 = Apple; Orange
Child 2 = Apple; Banana
Parent = Apple; Orange; Apple; Banana
I would expect it to roll up the values to be Apple; Orange; Banana
Scenario 2:
Child 1 = Apple; Orange
Child 2 = Apple; Orange
Parent = Apple; Orange
afawcett commented
Ah yes, good spot! Taking a look at your PR now! 👍
afawcett commented
Fixed in v1.19 package.