Reports- Download Yearly report not filling the data

image

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 &quot 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 -

image

"<html app='chrome.exe' title='ACME System 1 - Reports - Download Monthly Report' /><webctrl aaname='"+in_Year+"' parentid='searchForm' tag='A' />"

Regards,
Karthik Byggari

1 Like

How about in Input Vendor TaxID? It does not read my TaxID.

System1_CreateYearlyReport.xaml (23.2 KB)

Make sure the argument in_TaxId is assigned to vendor tax id in the workflow arguments.

Regards,
Karthik Byggari

1 Like


This is my argument in System1_ExtractVendorInformation


This is the argument in create yearly report

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

image
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


This is the actual result, it leaves blank the Vendor TaxID.
System1_CreateYearlyReport.xaml (26.7 KB)
Process.xaml (12.9 KB)

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.