Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
The ENUMERATE function returns a new Record list value that consists of enumerated records of the specified list.
Syntax
ENUMERATE (list)
Arguments
list: Record list
The valid path of a data source of the Record list data type.
Return values
Record list
The resulting list of records.
Usage notes
The list of enumerated records that is returned exposes the following additional elements:
- The record of fields (Value component)
- The current record index (Number component)
Example
In the following illustration, an Enumerated data source is created as an enumerated list of vendor records from the Vendors data source that refers to the VendTable table.
The following illustration shows the Electronic reporting (ER) format. In this format, data bindings are created to generate output in XML format. This output presents individual vendors as enumerated nodes.
The following illustration shows the result when the designed format is run.


