I’m currently working on a workflow where its using the excel file and using the activity “Read Range”. When running the workflow, I get the message that the Pivot table does not exist. I stop the workflow and when I run it again, it actually completes the “Read Range” activity and pulls the desired metrics I need. I’m not sure why in the second time works, but not in the first
Context with the excel file thats being used- Its a file thats pulled from a shared file and uses the “Copy File” and “Rename File”
Hi, @jinson.buri Try Just adding a short delay or put your Read Range inside a Retry Scope this makes sure the pivot is ready before reading and should fix the issue.
Try to check in debug mode use highlight or add a breakpoint before Read range to verify if the pivot table exists in the sheet. You can also open the excel file manually during debugging to confirm the pivot table’s presence.
If helpful, mark as solution. Happy automation with UiPath
Hi, small delay was not able to resolve the issue. I use excel file directly, but I try the excel process scope and received same issue with small delay.