In the output of Copy Data, there is a "copyDuration".
Is there also a duration part in the output of the data flow, which is the amount time spent executing this whole data flow? How can I get the total seconds of this data flow activity?
Is this the right way? (@activity('activityName').Duration)
If it' s the right way, how can I transform this duration(hh:mm:ss) (like "00:01:02") to total seconds("62")?
Thanks!!!!