Skip to main content
Field Mappings are legacy workspace elements for transforming records between Membrane and external apps. New connector work should use connector auth, workspace Actions, Data Syncs, Data Tables, and External Event Types instead.

Configuring Field Mapping

To configure field mapping, you provide:
  • External Fields define the Data Schema of the fields in the external app.
  • Internal Fields define the schema of fields in your app. It can be generated automatically based on the mapping configuration, defined statically, or calculated dynamically via Internal Data Schemas.
  • Direction: import, export, or bi-directional.
  • Export Value: mapping from your app to external app.
  • Import Value: mapping from external app to your app.

Applying Field Mapping

When field mapping is applied in a Flow or an Action, the data will be transformed based on the tenant-level field mapping configuration. You will see the mapping and the result in the Flow or Action logs.

Learn More

Field Mappings

Drop-in UI for a single field mapping.

Data Schemas

Representing data structures used in integrations.

Internal Data Schemas

Reusing data schemas between integration elements.

Internal Events

Reacting to events in your app.