2.Then i send the argument into agenticAI with argument input strOutputText, and extract the output into 3 argument : Invoice Number, BL Number, Departure Date
3.and then i want to save in CSV like table for example
Invoice Number,BL Number, Departure Date
xx1, BL1, 16-11-2025
xx2, BL2, 17-11-2025
Hey, thanks for raising this — really helpful thread. I think what you’re suggesting makes sense. One thing to check: have you tried using the UiPath Action Center? You can set up a human-in-the-loop workflow so that an “agent” reviews and approves specific tasks before they move on. It’s pretty flexible and should cover the use case of adding manual validation.
If you want, I can walk you through setting it up.
Hi All,
I have pdf document that contain various files, every pdf files i need to find bill of lading document and extract it by using agent, and then save it to excel.
Inside loop activity :
Extract 1st pdf files
Extract all the document by OCR
Save it 1st txt files
Call the Agentic Agent (by Using Orchestrator activity) to find BL number, invoice number, and amount
Save it to table
loop
It’s already done by this process.
for this process, could it be done using attended robot ?.
currently now im using unattended robot, because the error shows that i have to assign the unattended robot to the agent