I have a scenario that searches for uploaded files and moves them.
I have to set time for how far back it searches.
Is there way to get the scenario last run time so it just search’s back to the last time it ran?
I have a scenario that searches for uploaded files and moves them.
I have to set time for how far back it searches.
Is there way to get the scenario last run time so it just search’s back to the last time it ran?
I would use a datastore to save the last execution time then read the datastore, use the saved time and resave for each subsequent execution.
Jim - The Monday Man (YouTube Channel)
Watch Our Latest Video: A monday Status Column Tip - When is “Done” really DONE?
Contact me directly here: Contact – The Monday Man
Thanks. Makes sense.
Haven’t used a datastore yet but something simple like this is good first opportunity.