We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Keeping track of time stamps

mjackson99
5 - Atom

Hello, 

 

I am very new to Alteryx and having trouble calculating the amount of time that has passed between the current time and the last time my flow was run. How can I store the date/time of the last run time and keep an ongoing list of each time the flow is run? 

 

Thank you in advance!

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

You could append the datetime to an xlsx file. And use the same file to calculate the difference. See attached an example of how this would work,

PhilipMannering_0-1654194339347.png

 

Labels
Top Solution Authors