Resolved! Transform map updating record even if field map is empty?
I have a transform map with two field maps:end_dateuser_name The transform map coalesces on the user_name field and updates the end_date field on the user table. I also have a before transform script for if the action is insert, then ignore. It looks...