Retrieve UniqueID from EnumList of contacts

HCF
New Member

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.

Solved Solved
0 4 170
1 ACCEPTED SOLUTION

Sounds like you should setup your EnumList as base type Ref, and have Name be the Label column for your Contacts table.

View solution in original post

4 REPLIES 4

Sounds like you should setup your EnumList as base type Ref, and have Name be the Label column for your Contacts table.

@Marc_Dillon - Thanks, that worked, but I get these exclamations:
3X_1_8_18c9542593fb37dcc4cfcfbb165225f7495ee9d0.png

what does it mean/indicate?

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:

https://community.appsheet.com/search?q=yellow%20triangle

Super - thanks!

Top Labels in this Space