Please enable JavaScript to view this site.

InterFormNG Manual 2020

Navigation: The Designer > The design elements

Variable Update element

Scroll Prev Top Next More

The Variable Update element is this:

 

InterFormNG_Variable_Update_element_001

 

This element is used for updating an existing variable. The variable must be created before with the Variable element. You use the variable update element to to change the value of an existing variable. The variable element above is used for creating new variables. Here is an example: Here we use Xpath to assing a new value to the variable called counter, simular to this:        

counter = counter +1

 

InterFormNG_Variable_Update_element_002