Hello,
Please forgive my low intelligence. Is there a way to provide a custom local filename to the Download node? Often times web services are set up to take a series of URL parameters. The Download node is taking the entire set of URL parameters as part of the local file name:
The error is:
failed: c:\incident_list.do?CSV&sysparm_query=priority=1&sysparm_orderby=assigned_to (The filename, directory name, or volume label syntax is incorrect)"
I’ve looked at the following very useful example but can’t figure out how to override the local file name.
01_Data_Access / 06_ZIP_and_Remote_Files / 03_ZIP_Local_vs_remoteHTTP
Thanks!