Hi,
I have 2 columns in an excel sheet like so -

I'm trying to copy files listed in 'Chart ID' column from a folder, paste them into another folder and rename each as names in the column 'New Chart ID'.
I've been trying to achieve this using a formula tool that defines 'cmd' as
'copy ":C:\source folder\' + [Chart ID] + '.pdf" "C:\destination folder\' + [New Chart ID]+'.pdf"'
and adding a run command , but unfortunately, it hasn't worked.
Any help would be much appreciated.