Avatar

Employee Advisor

Hello @mrudulm9146324 

To modify the context of the form,
use the 
<set value="<value>" xpath="<field>"/> tag, where <field> is the destination field, and <value> is the update expression.
use the <set expr="<value>" xpath="<field>"/> tag, where <field> is the destination field, and <value> is the update expression.
use the <set translatedExpr="<value>" xpath="<field>"/> tag, where <field> is the destination field, and <value> is the update expression having ACC Functions that we see in Expression Editor.

For your reference, sharing an example of translatedExpr

kishorep_0-1634834785918.png


Hope this helps!