Data Record ID

Block Information

Available in: Page Flow and Cloud Flow

Toolbox Category: Data

Block Type: Output

Output Type: text

Data Record ID is an output block that provides the unique record identifier for a record. The output is of type text and is compatible with Value Parameters of type text or of type any.

The block consists of a Value Parameter that specifies an object representing a database record (for which you want the record identifier). The Data Record Info block is pre-attached by default.


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 ID 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/30/2023 08:45:03.513] Index:  0 ID: 64e7833db5ed96040cc512bd
[LOG(info) 08/30/2023 08:45:03.514] Index:  1 ID: 64e78542b5ed96040cc51328
[LOG(info) 08/30/2023 08:45:03.515] Index:  2 ID: 64e78594b5ed96040cc5133c
[LOG(info) 08/30/2023 08:45:03.515] Index:  3 ID: 64e785c8b5ed96040cc5134b

Last updated