How to configure values for mapped fields
Purpose
You can effectively map picklist values in Salesforce integrations by following key rules. These include understanding bi-directional and single-directional mappings, using API names for synchronization, and managing picklist value restrictions to ensure accurate data handling.
Answer
Bi-directional mapping has a one-to-one relationship.
If the field binding is in only one direction, values could have a one-to-many relationship.
If the same value is mapped twice, it is also impossible to convert from single-directional field mapping to bi-directional.
When mapping picklists values, the sync goes by API name in Salesforce.
Salesforce Picklists fields allow admins to restrict or allow values other than what's defined in the value set. If “Restrict picklist to the values defined in the value set” was set to false, values from outside of the list would appear on the dropdown.