Map Fields Before You Move Rows
Owner: both system owners · Before code ships
Every flow starts with a field map: source field, target field, type, required or optional, and an example value. Write time zones, currency codes, and ID formats into the map so both sides interpret values the same way.
A California retail team syncing orders, for example, must agree whether timestamps are Pacific Time or UTC. Without that line in the map, reports drift by hours. Review the map with both system owners before code ships, and keep one signed copy where support can find it. When a new field appears, add it to the map first — code second.