Data Record Info

Block Information

Available in: Page Flow and Cloud Flow

Toolbox Category: Data

Block Type: Output

Output Type: object

Data Record Info is an output block that provides the object representing a database record when used inside specific contexts that are discussed below.

The output is of type object and is compatible with Value Parameters of type object or of type any.


Valid Usage Contexts

NOTE: This block will provide valid values only when used in the contexts discussed below:


Usage Example

NOTE: Please refer to the prerequisite information shown here 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 Database Reading Logic for examples section on the prerequisite information page mentioned above.

Here is a summary of the above example:

The result for the above example can be seen in the browser's web console, and a sample is shown below:

[LOG(info) 08/29/2023 14:27:15.025] john.smith@example.com
[LOG(info) 08/29/2023 14:27:15.026] jane.smith@example.com
[LOG(info) 08/29/2023 14:27:15.026] max.mustermann@example.com
[LOG(info) 08/29/2023 14:27:15.027] joe.bloggs@example.com

Last updated