Reply
Regular Contributor
prakashedl
Posts: 42
0

Unique Values

I am creating a dependent picklist in visual workflow using dynamic choice elements. The data source for picklists is a custom object field. The dependent values are stored as fields and the data is denormalized to represent the dependencies between the fields. Based on the dependencies and table structure, when I fetch values for the first dependent element, I am getting duplicate values as it is in the database. Any way to fetch only the unique values using visual workflow

Trusted Contributor
Rajaram
Posts: 399
0

Re: Unique Values

[ Edited ]

No, there is no "Distinct" option when quering a salesforce table. May be you can add another field which can be used in a filter?