How to solve the problem when I encounter an exception while using the read cell component. The process was previously written and has always been executable
Welcome to the community
can you please show the error that you are getting
Also are multiple bots accessing it the same time? if so then the file might be locked as well which luckily might not have happened earlier
cheers
![]()
Only one robot has access
are you trying to access the same file multiple times in loop or via different workbook activities?
if so can you try to use excel process scope instead of workbook activities and check that ensures excel is connected once and multiple activities can access it
cheers
