I am trying to use TDP to create an automation script to run a few reports and export them for me. I have done most of it, and the queries export fine, however, I want to set a conditional with something to this effect:
First Report: Run, Export
2nd Report: Run, Export
3rd Report: Run, Export
THEN
If TAS is executed before 8am, then, delay and run 4th report at 8am. If it is after 8am, stop at 3rd report.
It appears you cannot use a time as a boolean, but I was trying to see if there was some way to do it.