
Announcements
Hi,
Is there a way I can obtain the date and time a flow was started, and the date and time of it finishing in a Flow?
Basically, I want these to be exposed into a powerapp, so will need them as dynamic content parameters to respond to my powerapp.
Thanks
K.
Hi @Kosenurm,
I would use the startTime property of the trigger and the utcNow function in the Respond to action.
Below is an example of that approach.
trigger()['startTime']