Actions YAML Reference
List of all members
DataTarget Class Reference

Specifies the source or target of data. The source can be a variable, a template that contains variables, or an external file. More...

Inherits IYamlConvertibleExt.

Detailed Description

Specifies the source or target of data. The source can be a variable, a template that contains variables, or an external file.

Example in which the source is a single variable:

Data: '%Response%'


Example in which the source is a template that contains variables:

Data: 'The response result is: %Response%'


Example in which the source is an external file from the temporary storage. Specify the path after the File property, as follows:

Data:
File: MyFile.txt


Example in which the source is an external file from the computer or network or from Librarian. Specify the path after the File property, as follows:

Data:
File: lib://Folder/File.dat


Example in which the source is an external file from a cloud file system, where 'mydropbox' is the account name (without spaces) that is configured in the cloud storage manager. For more information, see FileTarget.

Data:
File: dropbox://mydropbox/Folder1/MyFile.txt

The documentation for this class was generated from the following file: