Variable Handling
Variable Handling enables you to perform multiple actions like mathematical operations, parse objects, read system variables, and also read and write variables for the automation workflow.
-
The action step Activity Parameters (AP) enables you to map variables that you can use not only in the Workflow, but also in the activities of the business process and gateways.
-
The Append to Array action step enables you to append a single value or an array to an existing array.
-
Use the Check Regex action step to search for a text fragment using a regular expression.
-
This action step enables you to compare two numerical or alphanumerical (case-sensitive and case-insensitive) values to each other, using different comparison methods.
-
The Combine Strings action step enables you to combine multiple variables into a single new variable.
-
This action step converts a given string or variable to any other variable type and makes it available as a set of new variables.
-
The Coordinates action step can be used to either specify a Variable of type Coordinates in the Workflow or to modify existing coordinates.
-
Use Generate date and time to create a configurable time stamp.
-
The Get Array Count action step returns the number of elements in an array.
-
The Json Query action step enables you to parse Json objects and to read individual values / elements from the object.
-
You can use this action step to perform mathematical calculations.
-
This action step simply copies the current clipboard content into a variable (see Section Using Variables) for further usage within the Workflow.
-
The Read from Array action step is used to access the content of an array.
-
The RunTime Variables action step enables you to use variables defined during runtime in a Workflow.
-
The Session Based Variables action step enables you to share variables between workflows that execute on the same session.
-
The Set Array Variable action step enables you to assign new values to an array.
-
The Set Variable action step assigns a new value to a variable.
-
The String Operations action step enables you to modify strings.
-
The String to Array action step enables you to split a string into arrays and to process them further in next action steps, such as with the Read from Array action step.
-
The action step User Account Decrypter enables you to accept the activity parameter User Account as an inbound variable and further process it as log-in data in next action steps.
-
This action step makes it possible to set up a simple string variable.
-
The Workflow Based Variables action step contains variables which can be used throughout the entire Workflow and which can be modified.
-
Use Write Clipboard to copy a piece of text to the clipboard.