Contact Us 1-800-596-4880

Using Variables

Variables are powerful tools that allow you to save and use values throughout your Workflow. You can predefine variables (the Login Data in your Workflow for example) or create variables at runtime (by using Read Clipboard for example) and then use these variables within other Action Steps. Think of a variable as a placeholder for any text/numeric constant, or value. When creating the Workflow, you can create variables and use them as placeholders. During execution, these variables will be resolved to the value you gave them or that you want to assign to during execution. For example, if Read Clipboard is used, then the clipboard content at that point during execution will be transferred to a variable and any Action Step referencing that variable will then use the value transferred.

Pin Variables

Pin variables are used by creating a mapping between one set of Action Step properties and another Action Step variable. If this option is available, a little pin will be shown on the Action Step that can be mapped to:

Example Pin

In the example above, Read Clipboard provides a variable which can then be subsequently used by Ping. This is indicated by the pin icon on the right-hand side of the Ping element. Click on the pin to open the Edit Variable Mappings wizard:

Edit Variable Mappings wizard

Here you can see a list of all Ping properties that can be mapped to. Each property has an adjacent drop-down box containing all variables which can be mapped to the associated property. To map a variable, simply select it from the drop-down box. The variables which can be allocated may change depending on the position of the Action Step. A variable can only be allocated to the property "Suffix" within a configured File Controlled Loop. Other variables are limited to one Transaction. This limitation can be overcome using the Variable Action Step. When you close the wizard, you will see that there is now an active mapping, indicated by a black pin:

Example black pin

You can also view a list of all other Action Steps that a particular Action Step has taken variables from.

To do this, open the context menu for the Action Step of interest by right-clicking on the Workbench, then select the entry Mapped to Action Step. The list will be displayed as a a sub-menu.

List Mapped to Action Step

Clicking on an element in this sub-menu will take you directly to the corresponding Action Step.