Data Record Info
Last updated
Last updated
Data Record Info
is an that provides the object representing a when used inside specific contexts that are discussed .
NOTE: This block will provide valid values only when used in the contexts discussed below:
Here is a summary of the above example:
To access information about the record, we use our Data Record Info
block.
The output is of type and is compatible with of type or of type .
block (inside Tasks ) : In this case the Data Record Info
block provides the for the current loop iteration.
block (inside Success Tasks ) : Here the Data Record Info
block provides the first read from successful execution of the , , and blocks.
block (inside Success Tasks ) : Here the Data Record Info
block provides the that matched the provided .
NOTE: Please refer to the prerequisite information shown before seeing the example.
The image below shows an example of the Data Record Info
block. This example incorporates the Usage Example function, as outlined in the on the prerequisite information page mentioned above.
The block is used with the Customers and the dataset name of ds1 are as .
For each iteration inside the Tasks , we use the block to log the customer's email address by accessing the EmailAddress field of each record.
The result for the above example can be seen in the , and a sample is shown below: