Skip to main content

I'm familiar with the Isnullorempty runtime function for Nintex Forms, however, I have a situation where I want to hide Field B when Field A has content, and show Field B when Field A is empty. Right now, using Hide for Isnullorempty is producing the opposite of what I want.

Try with !IsnullorEmpty(named controlA) or not(IsnullorEmpty(named controlA)) and test it.


That worked! Thank you!!


Reply