Process maker 4 – first time using this. So I have a main screen and a nested screen with the values I want to calculate
I've tried calcs with the variable and the corresponding property no luck then I move on to default value for the control input called "form_input_2"
var N1 = this.FA00_detallea_cant_ADT;
var N2 = this.FA00_detallea_precioag_ADT;
var total = N1 * N2;
return total;
how to call and convert (maybe) the correct values so this simple thing can work