Enum value property display

I am able to setup enum user forms and use flow expressions for logic like the below using the enum id;

${enum_form.equals(“enum_form_id”)

What I can’t figure out is how to get the actual friendly user displayed name property so it can be stored in the database.

Would it be something like ${enum_form.name)

Thanks in advance,

Ash

Anyone? This seems so simple but I can’t find it in the documentation anywhere.

@Niall You seem sharp on this stuff, any idea how to access the name property of an enum form?

Hi @Ashley,

I don’t think that is possible since enum_form is stored as a process variable of type string with the Id’s value set as the process variable’s value.

1 Like

Thank you sir for taking the time!