Variable by date

I have a spreadsheet that every beginning of day 01 has to clear the base as I do for UiPath to check if the data is the first day of the week to be able to clear the spreadsheet data?

please, could you help me?

Hello LucasSilva,

Here’s the link of a post on how to calculate the first day of some given week. Starting from there, you can obtain the first day of the current week, compares it the to current day (with New datetime.now) and process your activities if match.
first day of week

Otherwise, here’s another link on how to use Script in google to script an autoclean. Afterwards you can use the scheduler to perform this script every first day of the week.
TUTO

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.