Data to be reflected in wizards

0
Hello Experts, I have a requirement where i’m using wizards. In 1st page i select 3 enums from drop down and these 3 enums need to be reflected in one string attribute in 4th page of wizard. How can we do we this? The enum and string attribute is in same entity.   Thanks in Advance.
asked
3 answers
1

Hi Abdul,

if you want to parse the values of the enum in a string, you can use getCaption or getKey. 

Have a look at: https://docs.mendix.com/refguide/enumerations-in-expressions/

 

Otherwise you should use the option Bharathidasan suggests.

answered
0

Hi Abdul,

on click of the next button in 3rd wizard ,Create an microflow and set the 3 enum values to an attribute and display that in the page.

or

add a text field to the page and add those enums as shown below

answered
0

Attaching the first method which i triedhod which i tried.

answered