Hello, I have a job who returns 3 xml line, and I want for each line , connecting to my website and download the xml file , my url is like "www.mysite/download.aspx?SourceUrl=/" and after / add each line ( 2018-01-30T08_50_32.xml).
You can use tFlowToIterate to iterate all lines one by one, for example: tFileInputXML-main(row1)-->tFlowToIterate--iterate--tHttpRequest-main--tLogRow on tHttpRequest component, set the URI field as: "www.mysite/download.aspx?SourceUrl=/"+((String)globalMap.get("row1.URI")).