How to get Start and End time of a flow?
Unic Jay Posts: 5
11/16/2022
|
How do I report out on what time the flow started and what time it ended?
|
|
0
link
|
Mohd Sami Uddin Administrator Posts: 26
11/16/2022
|
You can grab the flows start time from FlowData. You can directly utilize the data or can have a CreateData step right after the start step, create a variable called FlowStartTime of type DateTime and map it to FlowData.StartTime.
For End Time, add a CreateData step and create a variable called FlowEndTime of type DateTime and select the mapping as CurrentDateTime.
|
|
0
link
|