Hello RPA developer. How can I give time and date laps of any process in the UI Path studio? Is there any activities or functions for that?
In the logs there is time and date information when the process starts and ends. Check those out and see what else you would like to add.
If you need more information, use a 'Log Message" activity and pass the time and date variable in. Other ways I’ve seen it done are to create a DataTable and create custom logs by adding a row to the DataTable for each loop.
You mean the activity log message?
Yes.
Thanks. Its the way I want. Thank you so much for your suggestion. But I want to be printed on the notepad. Is there any alternatives as it does not have any variable to set in the output.
Which notepad are you referring to? Did you create a custom log or are you talking about the out of the box log which is probably installed at: C:\Users\AppData\Local\UiPath\Logs
You can use the message line and pass in DateTime.Now and create your own date and time format.