onDownload help please

Hi everyone - Literally just started with uiVision and I’m struggling with ondownload. I don’t know about coding so I have recorded a macro which does what i want. However, it would be nice if I cold get the downloded files to save on my c drive with my choice of name instead of to the download folder with system generated names. There are 32 files and I just want to name them 1,2,3 etc. I’ve pasted an exerpt from the log record so any help in naming and directing the first one would be much appreciated as I have tried inserting ondownload just before the download table line but to no avail.

• Executing: | clickAndWait | linkText=Market Results | |
• [info]
Executing: | csvRead | csvdates.csv | |
• [info]
Executing: | type | id=date-selection | ${!COL14} |
• [info]
Executing: | click | linkText=Table | |
• [info]
Executing: | click | xpath=//*[@id=“download-table”]/i | |
• [info]
Executing: | type | id=date-selection | ${!COL15} |
• [info]
Executing: | click | linkText=Table | |

Thanks in anticipation

To use a custom file name, add

OnDownload | YourNewName | true

to the macro. This command can be at any place in the macro, but must be added before the part where the download starts.