helo everybody, need a help. Task: (using REF) Go to the website (URL) and download the Invoices & Receipt_OCR.zip file at the top. From the downloaded file, 10 PDFs are stored in the Invoices ZIP folder. Additionally, 10 images from the Receipts_OCR folder are stored in memory to be read with OCR. The data is queued respectively and PDF documents are read in the Process flow and the information is written to the database with SQL query. Image documents are read with OCR and their information is written to the database with SQL query. i am troubling in adding the data to the “confi” file and in the next steps
Share more details about the error you are facing.
Thanks,
Ashok
I have attached the confi file . I want to go web URL, click download button, then save zip fayl to the specific folder and unzip fayl. but I guess I’m not doing something right
first error resolved, but I got new error again
[quote=“ashokkarale, post:4,
topic:749858”]
Config(“DownloadURL”).ToString
[/quote]
Seems you missed to pass config variable to invoke process workflow from main workflow.