Save last date in file

How can I memorize the last date in the report and then use it the next time I run the robot? It was date

Hi @teslyak9437 ,

Create an text asset in orchestrator to store the date.

On the start of bot or wherever you need , you can retrieve the Asset Value and Update it at the end of the bot solution.

To set / update the value of an Asset : ‘Set Asset’
Activities - Set Asset (uipath.com)

To Get Value from asset : ‘Get Asset’
Activities - Get Asset (uipath.com)

Hope this helps, If it works out for you Kindly mark this as solution.!
Happy Automating…!

Thanks,
Gautham.

@teslyak9437,

You can store it in a file locally where bot is running.
If you don’t want dependency on the same machine and the process could run on any other machines, then saving it in the Asset will be the best approach.

Thanks,
Ashok :slight_smile:

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