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

NameRequiredTypeDescription

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

NameTypeDescription

flowInterviewGuid

String

The interview GUID

Last updated