Check the last time a specific macro ran

Yes, that's what I ended up doing actually :slight_smile:
One global variable called trBackupUnixLastRun that runs at the end of the macro.
image

Then at the top of the macro I have this:
image

I was having an issue with the UNIX time not being accurate, but for this particular scenario that doesn't matter, because all I want is the number of minutes in between them

I didn't know this was the right term for this. Always learning. Thanks! :slight_smile: