Default value for enumeration

0
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
1 answers
2

Hi Megha,

You can assign the value empty to your variable as first:

Kind Regards,

answered