Skip to main content
Nintex Community Menu Bar
Answer

Comparing two person fields - when both are null, workflow thinks they're different

  • November 19, 2021
  • 1 reply
  • 36 views

Forum|alt.badge.img+5

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?

Best answer by sgrams

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

1 reply

Forum|alt.badge.img+5
  • Author
  • Novice
  • Answer
  • November 19, 2021
I resolved this by storing the person fields into a text variable and compared the text variables instead.