Symptoms
Workflow using a SMO event that updates a column that was renamed on the source fails on destination after deployment using PandD (Item not found in this collection)
Diagnoses
The SmartObject Events in the workflow was looking for the old name from the source environment that doesn’t exist and there for the error.
Resolution
Provided a Codefix on Appit 1.4.
Possible workaround would be to ensure the SP lists internal name is the same on target and destination. ie if a column was first named "dummy" and then renamed to "Col1" the same needs to be done on the destination environment