Salesforce · Arazzo Workflow
Salesforce Get Records for a List View
Version 1.0.0
Discover an object's list views, then load the records for a chosen list view.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
get-list-view-records
Retrieve a page of records for a specific list view of an object.
Lists the list views available for the supplied object, then loads the data and metadata for the requested list view, returning a page of records along with the sort configuration.
1
listListViews
getListsByObjectName
Enumerate the list views accessible to the current user for the object so the requested list view can be confirmed before its records are loaded.
2
getListViewRecords
getListView
Load the data and metadata for the requested list view, returning a page of records together with the list view label and sort configuration.