Hi dsmith616,
(make copy of VBO 1st )
update code stage in Delete column action to-
Try
BP_Collection_Out = BP_Collection_In
BP_Collection_Out.Columns.Remove(Column_Name)
Success=True
Error_Message=""""
Catch e as Exception
Success=False
Error_Message=e.Message
End Try
hope this helps 🙂