Microsoft Fabric - List records action

The List records action enables you to retrieve a list of records for an object in Microsoft Fabric.

Input

Input fieldDescription
ObjectSpecify the object to retrieve the list of records. Fields load dynamically based on the selected object.

For example, if the selected object is Lakehouse, the input schema is as follows:

Input fieldDescription
Workspace IDSelect or enter the ID of the workspace where the item is located.
Continuation tokenEnter the token to make the next request. Useful for pagination.

Output

The output fields are determined by the object selected in the input. Map the relevant datapill from the data tree to subsequent steps. To take an example of the Lakehouse object, the following are the output fields.

Output fieldDescription
Continuation tokenToken used for pagination.
Continuation URLURL containing the continuation token to make the next request.
ItemsList of records containing the following properties.
DescriptionDescription of the lakehouse.
Display nameName of the lakehouse.
Folder IDID of the folder where the lakehouse is created.
IDID of the lakehouse.
PropertiesProperties of the lakehouse include the following data. Type, Default schema, One lake files path, One lake tables path, SQL endpoint properties, Connection string, ID, Provisioning status.
Item tagThe list of tags attached to the lakehouse is any.
TypeType of the item. Lakehouse in this case.
Workspace IDID of the workspace where the Lakehouse was created.
StatusStatus of provisioning of the lakehouse.

Last updated: