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 298
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

In your email workflowโ€™s TO property, you can directly refer to that ENUMLIST column as itโ€™s a list of email values.

I am ref the employee table but i am not getting value in the column Enum list
3X_2_f_2f8aeae120bc9086e1a85bfde8c80d6b426c6111.png

@Gunasuriya_Ravi
Your Base Type shall be set to REF and then select the REF table.

3X_a_a_aae53b7ae13dad357eb31086560c2b809fd342aa.png

i have given the same you told,but i am not getting the values in column

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

SELECT(
    Employess[KeyColumnName],
    TRUE
)

thanks Leventk its working

Youโ€™re welcome

Top Labels in this Space