Skip to main content

In my workflow, I have a Run If step. I would like the actions in it to only run when two person fields are different. The problem I'm experiencing is when both person fields are null (no values have been stored into the list columns). When they are both null, the workflow sees them as different, which I don't want.

 

How do I tell the workflow that null = null?

I resolved this by storing the person fields into a text variable and compared the text variables instead.

Reply