Enumlist base type ref not populating dropdown list, any suggestions?

I am unable to get the Enum List to populate with the referenced table's values.  I have tested the column type as reference w/ the employees table and it will populate but will not with EnumList. I even recreated the tables and a new app from scratch and am having the same issues. 

Anyone out there able to help me identify what is off?

Goal: I need to be able to select multiple employees to send a message to

ZOCO_Unlimited_0-1665506817539.png

ZOCO_Unlimited_1-1665507228934.png

 

 

 

0 3 76
3 REPLIES 3

Enum/EnumList basetype Ref need you to manually add the available values.

Use a Valid_if or Suggested Values expression with a list of the key values, generally on the form of TableName[IdColumn]

So I tried that as well, and it works for the email notification, but this is what I run into for the texts:

ZOCO_Unlimited_0-1665517718249.png

When I try a dereference, this is the error:

ZOCO_Unlimited_1-1665518720815.png

 

Try this instead:

CONCATENATE([Recipients])
Top Labels in this Space