I have some invoice PDFs which I have to upload to the Storage Bucket in Orchestrator, which is then used by my Agent to extract the details, and then another bot writes those details into an Excel file. All of this is performed in Maestro.
The issue I’m facing is that when my bot uploads the PDFs to the Storage Bucket, the index is not syncing. Because of this, my second bot is not writing the details into Excel, and the Agent only picks the PDFs that I upload manually for testing.
Also, when I delete every PDF from the Storage Bucket, it throws an error because the index is not synced, even though my first bot successfully uploaded the files to the Storage Bucket.
Can someone help me understand why the index is not syncing and how to fix this?
Also i tried this Activity and it sync but still take the time andlike first it goes to queued then in progress and then successful but i want it to become immediately successful.
@Anil_G It is syncing but still the details are not written in the excel also my arguments are proper and when i run the writing bot from studio and passing the details manually it writes but when i execute the bot it doesn’t and I can see the outputs on the panel which agent extracts.