I have one excel file with 400 rows, and my BOT will run on every row, and now I want to record complete process for very transaction(row) and save it into local system with different name, so how can I record the video(Process).
and I want to use third party software to record so how can I do, can anyone suggest me any tool?
i need to start recording when every new transaction starts and stop recording when it finish the transaction.
There is no any functionality to records the screen from UiPath
but you can implement your logic by using any third party application.
when starting the each row
open third part application, perform the actions to start the recording and after completing the row stop the recording and download the records.
you can perform these actions by using activities.
launch video recording application
Click on start recording element
let process for the row
navigate to thrid party application
click on stop recording
click on save button
There are many tools/applications to record the video from google you can find it.
before my suggestion its better to check with your devops/security team to find the better application to record the process it will more safe. otherwise you will face security problems.
i will suggest,
google for video recording applications. and finalize anyone with your devops/security teams and then start your implementation
because the process will contain client information and email id’s and all.
its better to maintain security policy.
if you clear your doubts please close this topic by marking my post as solution.
I found the solution for recording screen using UiPath without third party tool, and I have created a video for the solution, please watch this video, it will helpful.
Thanks
If you run on cloud you can leverage queue’s recording feature.
Otherwise a custom tool is needed. My company is developing a scope in which you can just place activities and then it’s execution would be recorded. Would you be intrested in this?
Please, read my question again carefully, your queue’s recording feature is not my solution, and I don’t want to use any third party tools.
I found the solution and uploaded a video, you can also watch.