Use a retrieve over assocation from customer to get a LuContactType object, check whether is object is not empty and then compare the attribute of the object with the enumeration.
If you are building the xpath you have to walk over the reference to the enumeration, so it is somethinl like: $Module/Contacts.Contact_LuContactType/LuContantType/Name = modulename.Name.enumerationoption1
Regards,
Ronald
Do like this
Don't exactly understand what you're trying here. Several ways to fix this. One could be to create an enum variable, which holds the value you need to compare against. Then use this in the microflow to retrieve the LUcontactType with LuContactType.Name
Don't exactly understand what you're trying here. Several ways to fix this. One could be to create an enum variable, which holds the value you need to compare against. Then use this in the microflow to retrieve the LUcontactType with LuContactType.Name