I need what
the robot saves files in a specific directory.
however, a portion of this directory changes depending on the month it is in. example if we are in the month of january need to continue the path in the folder 01, february 02 and so on
how can I get the robot to identify the correct month number and continue with the rest of the directory?
To identify the current month, I’m using the variable: datetime.now.adddays (-now.day) .tostring (“MM”). to sequence
which pulls only the current month (01,02,03,04).
would anyone know how? I searched and found no answers