open id 

HomeFlows

How to get Start and End time of a flow? Messages in this topic - RSS

Unic Jay
Unic Jay
Posts: 5


11/16/2022
Unic Jay
Unic Jay
Posts: 5
How do I report out on what time the flow started and what time it ended?
0 link
Mohd Sami Uddin
Mohd Sami Uddin
Administrator
Posts: 26


11/16/2022
Mohd Sami Uddin
Mohd Sami Uddin
Administrator
Posts: 26
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






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software