I would like to be capable of knowing how many times my script have been run. Is it possible to make some kind of count function that can keep track on how many times my script has been run ?
Solved! Go to Solution.
With script I assume you mean Alteryx workflow. Is it running on a desktop or Alteryx Server?
One simple way is to create a file (such as a yxdb file) with a count value inside. Every time the workflow is run, the file is loaded, increment the value by one and overwrite the file.