Skip to main content

18 replies

August 25, 2022

under saveinto Parameter use a!save(ri!{varName},local!{localVariablName}). For example a!save(ri!data,local!data).

shreeharshan0678
August 25, 2022

I'm not using this in interface, I'm doing this in rule expression.

harshitb6843
August 25, 2022

You cannot update the values of variables in an expression rule. Also, you should not be needing it. 
Rule inputs are for bringing inputs from outside the rule. For returning a value, you can just write it in the expression rule, as the last statement and it should be returned.