Can you show the micro flow, it seems that the problem is in the input parameter definition.
Alessandro
Hi Piyush, instead of using toString(UserManager.Enum_Jobtitle.Nurse) use getCaption(UserManager.Enum_Jobtitle.Nurse).
This will get the string value ‘Nurse’.