How to display the values of an enumeration

1
Hello, I am trying to display the values of an enumeration as columns on a page. How can I achieve this using a microflow, or is there an alternative approach? Thanks in advance!
asked
1 answers
3

Hello Ibrahim Gok,

 

$entity/enum will give you the value, if you want the caption you can use getCaption($entity/enum)

 

Hope my answer helps. Reach me out for any queries.

answered