Process vendor invoices

i have done te login to acme system1 after that work items i have extract and then searched for vendors …how do i extract the tax id and then print it and send a mail in UiPath studio…

Go to tax id web page and do “get text” and store it in a variable

Regards

Hi @Nital_Patil ,
ACME System1 is webpage?
You can use ‘Get text activity’ to get text in web page, then you have output as String
regards,

and the text we should store in a queue orchestrator

Take the vendor Tax ID and add it as a datarow . Use build datatable and add these datarows to it finally you will have a datatable . this you can bulk add to queue

Regards

have u completed this project

Ya but for tax ID i had not used queue items

Regards,

can u share me the project

Dispatcher.xaml (89.4 KB)
Main.xaml (7.8 KB)
Performer.xaml (72.3 KB)

Check this out

Regards

thank u @B_H_Akshatha_Pai

thnk u @Nguyen_Van_Luong1