How can I skip updating a field on an import when action == update?
I have a Transform Map that uses change_request as its target table. When the action on an import row is to "insert", I'd like to fill in the Requested by field.But if the action is "update" (revising an existing Change Request), I'd like to skip up...