Links
Comment on page

Start

Start tracing Flow execution
Use this action at the very beginning of a Flow to turn on execution tracing for individual executions of the Flow ("interviews" in Flow-speak). Make sure to also place a Finish action at the end of your Flow.

Inputs

Name
Required
Type
Description
flowInterviewGuid
Yes
String
Automatically provided as $Flow.InterviewGuid.
flowApiName
No
String
The API name of the flow. Automatically provided if available.
recordId
No
Id
Record Id of the record being used in the Flow.

Outputs

Name
Type
Description
flowInterviewGuid
String
The interview GUID
Last modified 9mo ago