Hello Everyone,
So I'm using auto it to automate the download of pictures in woocommerce orders. Once images are downloaded, I need to change the status of the order from in process to completed. This is how my code looks like:
Download()
Func Download()
; Save the downloaded file to the temporary folder.
Local $sFilePath = @DesktopDir&"\TestAutomatizacion\"&@YEAR &"_"& @MON &"_"& @MDAY & "_picpic_orders.zip"
; Download the file in the background with the selected option of 'force a reload from the remote site.'
Local $hDo