Hi @timothy.mullady !
To move a file, i suggest you to use “Move file” activity
What is the error that you are expecting ? A system error (for instance when reading the file does not succeed)or business error (if the file does not fill the requirement then it is considered as an error) ?
Drag&drop try catch activity, put inside the activities that may bring an error (separate try catch for read range AND sql insert) + move to successful folder
Then chose exception type for “add new catch” option, and add move to error folder