I am creating a variable of enumeration type in a work flow. I need to parse a String to this enumeration later on in a loop. What should be the default value for enumeration while creating the variable. I can't keep it empty.
asked
Megha Punj
1 answers
2
Hi Megha,
You can assign the value empty to your variable as first: