GitHub user darsidious1208 created a discussion: Workflow HTTP problem - Copy rows to result
Hello, I'm wondering whether my usage is incorrect or if I’ve actually found a bug. I have a workflow that begins by executing a pipeline which returns a list of items (basically a simple datagrid with a “copy rows to result” at the end). So after running this pipeline, I run an HTTP inside the workflow, checking the “Run for every result row” option and specifying “Input field which contains URL” and “Input field which contains destination file” in order to loop over a website and download local copies of the zip files found there. At runtime, I get this error: “Unknown column 'UPLOAD'”, which refers to the “Input field which contains upload file name”. From what I understand, UPLOAD seems to be a default value, but I’m not trying to upload anything — I’m trying to download files instead… So I’m wondering: do I misunderstand how this is intended to work, or is Hop mixing upload and download when I’m providing parameters for downloading and not uploading a file? Thank you GitHub link: https://github.com/apache/hop/discussions/6098 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
