Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud Object List View Exploration
Version 1.0.0
Read object metadata, find its list views, and load the first list view's data.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
object-listview-explore
Resolve an object's list views and load the first one's data.
Reads object info, lists the object's list views, and loads the first list view's records and metadata.
1
getObjectInfo
getObjectInfo
Read object metadata to confirm the object and capture its default record type.
2
getListViews
getListViewsByObject
List the available list views for the object and capture the first list view ID.
3
getListViewData
getListViewData
Load records and metadata for the first list view of the object.