Reading multiple PDF files (using read PDF text activity) and capturing values(Quality,Cost,Delivery,Technology from PDF file content & Supplier ID from the File name of the PDF files) and storing in Variable.
Our Requirement:
We want to match the supplierID column from DT with the Supplier ID captured from the File name and write the Quality,Cost,Delivery,Technology values in respective supplier ID row in the DT
Getting below error once it is reached if "Supplier ID matches " activity :
First, remove (or disabled) Assign activity inside ForEachRowinDataTable : SupplierID = CurrentRow("SupplierID") , because this overwrites value extracted from filename.