FlowInterviewLogEntry

Represents the log of a specific element that’s executed by a screen flow interview. An interview is an instance of a running or previously run flow. This object is available in API version 49.0 and later.

Supported Calls

describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

By default, only users with the View All Data permission can access the log entries for flows that are run by other users.

Fields

Field Name Details
DurationSinceStartInMinutes
Type
double
Properties
Filter, Nillable, Sort
Description
Number of minutes that elapsed since the flow interview started, even if flow interview is paused.
ElementApiName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
API name of the flow element.
ElementDurationInMinutes
Type
double
Properties
Filter, Nillable, Sort
Description
Number of minutes that elapsed since the element executed. For example, if a screen element takes users a long time to complete, consider simplifying the screen.
ElementLabel
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The flow element’s label.
FlowInterviewLogId
Type
reference
Properties
Filter, Group, Sort
Description
This field is a relationship field.
Relationship Name
FlowInterviewLog
Relationship Type
Lookup
Refers To
FlowInterviewLog
LogEntryTimestamp
Type
datetime
Properties
Filter, Sort
Description
Date and time when the flow element started to execute.
LogEntryType
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
The type of screen flow user action triggered the log entry. Valid values are:
  • Error
  • FlowFinish-Finished Flow
  • FlowPause-Paused Flow
  • FlowResume-Resumed Flow
  • FlowStart-Started Flow
  • ScreenFinish-Clicked Finish
  • ScreenNext-Clicked Next
  • ScreenPrevious-Clicked Previous
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Autogenerated name of the flow interview log entry.