Hello all,
Please let me know if the below situation is possible in UIPath :
Can we schedule a process in unattended mode where bot will monitor if there has been a change in the excel sheet cell?
Hello all,
Please let me know if the below situation is possible in UIPath :
Can we schedule a process in unattended mode where bot will monitor if there has been a change in the excel sheet cell?
Hi @Arushi
It seems doable, but with some small risks you should account for.
If the idea is to periodically read the content of the Excel file to do the check, you will need to implement some checks in case the file is not available. This can happen if the other application is currently accessing it to modify the values you want to check.
Other than that, it should work.