Hi Together,
we have dropdown menu where we get the dropdown options from an entity.
In the entity column we have duplicate values.
We only want to display distinct values in the dropdown menu. Is there a way to deploy it?
Apps - Custom VB functions (uipath.com)
ListSource<T> Fetch<T>(FilterGroup group = null, PaginationProps paginationProps = null, SortOption[] sortOptions = null, string[] selectedFields = null, ExpansionFieldOption[] expansionFieldOptions = null )
Thank you in advance!