Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Enum list select

I am having a column sent email to department head
column datatype is enum list with ref has Employee table where the email Id is the key
I need to select two Department head in that column and sent workflow
Can anyone suggest solution

Solved Solved
0 7 343
1 ACCEPTED SOLUTION

Set item seperator to space comma space first and then set a Valid_if expression:

SELECT(
    Employess[KeyColumnName],
    TRUE
)

View solution in original post

7 REPLIES 7
Top Labels in this Space