{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "FlowInterviewLogEntry - Data API",
"description": "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.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"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."
}
},
"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.",
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"DurationSinceStartInMinutes": {
"field_label": "Duration In Minutes Since Flow Start",
"type": "double",
"precision": "18",
"scale": "2"
},
"ElementApiName": {
"field_label": "Element API Name",
"type": "string",
"length": "80"
},
"ElementDurationInMinutes": {
"field_label": "Element Duration in Minutes",
"type": "double",
"precision": "18",
"scale": "2"
},
"ElementLabel": {
"field_label": "Element Label",
"type": "string",
"length": "255"
},
"FlowInterviewLogId": {
"field_label": "Flow Interview Log ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Flow Interview Log Entry ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LogEntryTimestamp": {
"field_label": "Log Entry Timestamp",
"type": "datetime"
},
"LogEntryType": {
"field_label": "Log Entry Type",
"type": "picklist",
"length": "255"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"precision",
"scale"
]
}