I’m trying to set a field value based on another field value in a Nintex Form and I know I can do it using the form rules options, this way I can compare two values and based on it, set some variable to a specific value.
The problem is that the field values are not static, it’s comming from a google spreadsheet and the values may change with time. So, the issue is that, I can’t compare a value that will come from the spreadsheet because it doesn’t exist on the form yet and I don’t know what it can be.
“Classificação” is the field where the value is chosen, and “Conta” is a read-only field where the value will be displayed based on the “Classificação” choise.

Does anyone know how to do it? Even if it’s in a different way but with the same result.