Enumerations
This page was created by Lars.olofsson@mdriven.net on 2020-03-23. Last edited by Stephanie@mdriven.net on 2025-02-11.
Defining enumerations.png

Returning a list of strings for each Enum value.

ImportColumn.allInstances.asString

Select an enum value from the list, then getting the string value from that

ImportColumn.allInstances->select(ic|ic = #JournalName).asString