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.
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
Attaching the first method which i triedhod which i tried.