Newer Version Available
Access the History of Guided Actions
| Available in: Lightning Experience |
| Available in: Essentials, Professional, Enterprise,
Performance, Unlimited, and Developer Editions Lightning console apps are available for an extra cost to users with Salesforce Platform user licenses for certain products. Some restrictions apply. For pricing details, contact your Salesforce account executive. |
Use the Component’s History to Understand Status
The History tab lists state changes for flows associated with the record. For example, if the record is a contact page, the component shows the flows run as guided actions for that contact. The tab lists the most recent 20 state changes, sorted with the most recently logged events listed first. The View More button loads extra log entries.
Use APIs to Query the Guided Action History
You can also use APIs to query the RecordActionHistory object, which is a big object.
Both synchronous and asynchronous queries are supported. Using SOQL, SOAP, REST, Bulk, or Apex APIs, synchronous queries must follow a specific pattern or they fail. See the description and examples in the Object Reference for Salesforce and Lightning Platform. To learn more about big objects and how to query them, see the Query Big Objects module on Trailhead.
If you have access to Analytics, you can query the RecordActionHistory object and use the
data to build a Analytics dashboard. For example, the dashboard can show usage data and
compare how many actions were started, paused, resumed, and completed in a given time
period.
