Actions YAML Reference for BarTender Cloud
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 in the temporary storage folder. Specify the path after the File property, as follows:

Data:
File: temp://MyFile.txt

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

Data:
File: librarian://Main/Folder/File.dat

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