Skip to main content
Nintex Community Menu Bar

I have a form with a Calculated Field ("StepNumber") and a Choice Field ("TechName"). I want to make the Choice field mandatory if the Calculated Field equals "John".

 

I've tried:
StepNumber=="John" && isNullOrEmpty({Self})

Hi @jambou,

 

The formula is correct. It only works within a rule as shown below :

If you're trying to use it in the Required expression for validation, it does not work as the calculated field is not accessible.

 

Hope that helps

^^