It does not fill up the information in tax ID, month and year.
System1_CreateYearlyReport.xaml (24.3 KB)
It does not fill up the information in tax ID, month and year.
System1_CreateYearlyReport.xaml (24.3 KB)
Because the selector is incorrect.
The UIPath converts double quotes in selector (") to " that’s why it is failing.
Select the selector string delete everything. Do not Indicate on screen.
And in the selector copy paste the following line -
"<html app='chrome.exe' title='ACME System 1 - Reports - Download Monthly Report' /><webctrl aaname='"+in_Year+"' parentid='searchForm' tag='A' />"
Regards,
Karthik Byggari
How about in Input Vendor TaxID? It does not read my TaxID.
Make sure the argument in_TaxId is assigned to vendor tax id in the workflow arguments.
Regards,
Karthik Byggari
I do not see any problem in passing the arguments.
After Extract Vendor Information, try to print Vendor Tax ID in the output and verify if vendor id is extracting successfully or not.
Regards,
Karthik Byggari
yes it outputs the vendor tax ID, but in System1_CreateYearlyReport it does not read the Vendor TaxID. I already extract the arguments but nothing happens
First try with defaulting the argument with a value R0125678 and run the process independently and see if the vendor id is typed in
Also edit your selector to have the id field id="vendorTaxID"
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.