🧡 Skip to main content🔍 Skip to search
Thomas UnderwoodBy Thomas Underwood 🕤 Updated on January 3, 2024 at 9:30 am

Task is the basic unit of Automation Workshop. It's functional core consists of Triggers and Actions, configurable building blocks that replace code and scripts.

Overview

While they can sometimes operate independently, in most cases it is essential that these Triggers and Actions are able to communicate among themselves. The dynamic values of Variable Wizard are the way Triggers and Actions pass data to each other within a Task.

YouTube video · Monitor an FTP server & send file via email

Let us see an example of how it works. The Task monitors for new .pdf files in a local C:\PDF\ folder, which also happens to be a network share into which users of the network put their finished PDF documents.

File & Folder Watcher monitors PDF folder

When a new .pdf documents are detected, it is automatically sent by email as attachment. A Task like this is typically designed by using the following Triggers and Actions:

  • File & Folder Watcher is configured to monitor the C:\PDF\ folder for new PDF files.
  • Send Email Action that sends email with the detected PDF file as attachment.
The detected file is then attached to email

Dynamic values explained…

How can the Send Email Action know which file to attach? If it operates independently, there really is no way. The good news is, it does not have to operate independently. The Action can always ask the preceding File & Folder Watcher which file was just detected to add particularly that file, not some other one.

This is where the dynamic values of Variable Wizard come in. Let us see how can an Actions ask something from a preceding Triggers.

Dynamic values…

The communication of data (file names, paths, dates, sizes, usernames, file contents, etc.) between Triggers and Actions is configured by using dynamic values of Variable Wizard when specifying the parameters of an Action. Notice the Variable Wizard button next to the Attachments parameter input.

Send email · New PDF document!
Send email with dynamically attached file

Realtime variables…

The green parameter is dynamic value whose data are derived from a preceding Trigger (or Action). When an Action is performed, the dynamic value is substituted with the actual data to which it refers according to Variable Wizard settings.

In this case, the Attachment parameter in the Send Email Action will be dynamically obtained from the File & Folder Watcher. The Variable Wizard button opens the Variable Wizard—File & Folder Watcher window.

Variable Wizard · File & Folder Watcher · C:\PDF\
Variable Wizard · File & Folder Watcher

Variable Wizard features multiple categories that allow obtaining system or context relative values. If a file detected by the File & Folder Watcher is to be attached to email by the Send Email Action, choose File & Folder Watcher in the Triggers category and specify that it will return the Full path and filename value (necessary to uniquely identify the file on disk).

When the File & Folder Watcher is linked with the Send Email Action in aforementioned manner, the former not only automatically launches the Task upon detecting new PDF file in the C:\PDF\ folder, but also tells the Send Email Action the name of detected file so that it can be added to email as attachment.

Although dynamic values normally only link Triggers and Actions within the same Task, it is possible to pass data to another Task by using the Write to File Action and then retrieving the value in another Task from text file by using the Read from File variable in File category of Add Action window.

Variable sources…

We have seen how using dynamic value of Variable Wizard as the attachment parameter in the Send Email Action has allowed to retrieve the filename from the File & Folder Watcher, thus effectively linking them together.

However, there is more to Variable Wizard than just retrieving dynamic data from Triggers. The data can also be retrieved from preceding Actions, text files, system states, or Automation Workshop itself.

Every parameter field that supports Variable Wizard can retrieve dynamic values from the following categories:

  • Triggers · the parameter gets data from a single or multiple Triggers.
  • Actions · the parameter is substituted by the output of a preceding Action.
  • Variables · access Task local variables or global constants.
  • Contents · the parameter is substituted by file contents, web page, or multiline input.
  • Characters · insert special characters and symbols into text fields.
  • Date & Time · the parameter will be substituted by current date or time upon Task execution.
  • Random · a random number, text or GUID will be generated upon running the Task.
  • System · a system-related data will replace the dynamic value.
  • Network · the parameter will contain data related to current network card.
  • Internal · the parameter will get data from Automation Workshop itself.
  • See Variable Wizard · access every possible dynamic variable…

Global variables…

Global Variables allows to define variables and constants that can be accessed from any Task on the server.

Variable Wizard connects Actions and Triggers visually…

Notes

  • If the Trigger or Action has not been executed at the moment when Variable Wizard tries to provide variable value, an empty value is returned.
  • To open Variable Wizard, press F2 key in input fields. If a field already contains some Variable Wizard value, F2 key allows editing its parameters.
  • To make quick in-place variable adjustments, use the adjust variable feature.
  • To customize Variable Wizard layout and behavior, use quick Settings.

Have a question?

If you have any questions, please do not hesitate to contact our support team.