Enumeration

0
Hi How can be make enumerations value dynamic or populate it using microflow
asked
1 answers
0

You can't, enumeration values are set a design time (in the Modeler) and cannot be changed/deleted/added to at runtime.

For this use case, you should create entities in your domain model to use for lookup values.

answered