Hi folks, is it possible to retrieve the UniqueID from an EnumList of Contatcs where their names are shown?
So, I show an EnumList of contacts by name and the user can multi-select from the list. When done, I want to retrieve the UniqueID of each selected contact.
Sounds like you should setup your EnumList as base type Ref, and have Name be the Label column for your Contacts table.
2 Likes
It means the reference is not valid.
Fix may include changing the Label in the referenced table to the equivalent Name field.
For more information, please refer posts related to the yellow triangle here:
2 Likes
Super - thanks!
1 Like