Nintex responsive form on SharePoint 2019
I’ve got a sum field that totals 10-14 fields depending on how many are chosen.
Even using named controls the sum field is not working in real time.
When
FIELD_A==”Yes” && FIELD_B==”No”
Then
Set Value
sum(l_1a Score A,_1b Score A,_1c Score A,_2a Score A,_2b Score A,_2c Score A,_3a Score A,_3b Score A,_3c Score A,_4a Score A,_4b Score A])
By default FIELD_A and FIELD_B are set to Yes and No.
What am I missing here?