Set multiple workflow variables

Set multiple workflow variables

The advanced set meta data workflow component, Set multiple workflow variables, sets/defines multiple workflow variables. This can be used later in the workflow and also in a template.

 

The variables can be referenced in XPath expressions with a preceding $-sign.

 

If you want to create or update a single workflow variable, then you could consider the Set workflow variable component instead.

 

Please notice the limitation regarding workflow variables and booleans.

 

The component has these parameters:

 

NG2WorkflowVariables0001

 

Name

The name of the workflow variable, that is to be created or updated.

 

Value

The value to assign to the variable.

 

You can add more variables/values, by clicking on the Add more icon on the right. You can delete a line by clicking on the trash can icon to the right of the line, that you want to delete.

    • Related Articles

    • Variables

      In InterFormNG2 there are 4 kind of variables: 1.User defined variables, that you define in the designer. 2.Workflow variables. They can be defined in the workflow either by setting a single variable or multiple variables at a time. 3.Predefined ...
    • Set secure workflow variables component

      The advanced, utilities workflow component, Set secure workflow variables can be used as a way to protect passwords used in the InterFormNG2 workflows e.g. for API calls. Related built-in functions are: ng:encrypt() and ng:decrypt(). The component ...
    • Set one workflow variable

      The advanced set meta data workflow component, Set one workflow variable, sets/defines a workflow variable. This can be used later in the workflow and also in a template in the designer. The variable can be referenced in XPath expressions with a ...
    • Predefined variables

      InterFormNG2 is delivered with a lot of predefined variables, that you can refer to as any of the user defined variables. It is highly recommended not to create user defined variables with the same name as the predefined variables, but you can use ...
    • Using variables in Xpath expressions

      XPath is a strong tool in itself, but you can even use variables in your XPath expressions. The way it works is by referring to a variable as: $variable. You use the variable element to assign a value to a variable. Variables are case sensitive, so ...