Hi all, I am trying to use wait for download activity to download .csv file from chrome(which will directly save to “C:\Users\download” and move it to another newly created folder. As you can see from below attached image, I can’t move file from the path to another new path, and the error shown is [ Tmall.xaml: Compiler error(s) encountered processing expression “downloadedfile.FullName”.(2) : error BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IResource’. ]
Please send help to automation newbie T.T, many thanks!
Are you using the standard move file activity? From the screenshot it doesn’t appear to be. Standard move file activity should work fine with the from being the fullname method as you’ve used.