Hey Appfarm
i have here one when i use a runtime property with cardinality many:
- Workstation : Contains only one workstationEnum ( old process that i want to change )
- Workstations : Contains a list of workstationEnum
the “workstationEnum” itself is an enum.
i have a case when i iterate on “WorkstationEnum” and i want to show , in each iteration, my item that contains this enum
it seems that i can’t select the workstationEnum in context on the condition popup
in this picture , you can see that workstation (old one) work by selecting the workstation in context
but it seems that i don’t have this option when using List ( even if i use “Equal” instead of “Has Some Of”
maybe i’m doing it wrong !
Thanks