enum causing null pointer error

0
I have a straightforward enum with 3 values + the ‘empty’ as the first enum value. I have a microflow that sets a value in another attribute depending on the enum value selected in the first attribute. Problem is, if the empty value in the enum is selected, a null pointer error occurs. I have tried several ways of structuring the microflow but can’t get rid of the error. I am using empty in the microflow to try and deal with it but it doesn’t work. I have seenthis problem referred to on the forum, but can’t find a solution. Any suggestions?
asked
0 answers