Need Guidance on Updating Existing Mapping in Destination via Adobe Experience Platform API | Community
Skip to main content
Level 2
July 27, 2025
Solved

Need Guidance on Updating Existing Mapping in Destination via Adobe Experience Platform API

  • July 27, 2025
  • 1 reply
  • 311 views

I have an existing destination setup in Adobe Experience Platform where audience data is being exported. I would like to update the existing field mapping (e.g., map a new schema attribute or modify the transformation logic) using the API, without recreating the destination or dataflow.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asheesh_Pandey

@venkataak Yes, you can update the field mapping for an existing destination in AEP without recreating the destination or dataflow, but there are a few limitations depending on the destination type and integration method. 

Use the Flow Service API to list your existing dataflows

https://developer.adobe.com/experience-platform-apis/references/flow-service/

Steps to approach it using API:

  • Get the Dataflow ID
  • Retrieve the Existing Flow Configuration
  • Update the Mapping
  • Validate the Changes

Considerations: 

  • Recreation is not needed, but some destinations may not support real-time mapping changes. (verify that the platform updates are supported via API)
  • You must preserve existing mapping structure if the destination expects specific fields.
  • Make sure the schema changes are reflected in your dataset mapping.

Tip: Validate mapping rules before applying them in dataflow using https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/api/overview

1 reply

Asheesh_Pandey
Community Advisor
Asheesh_PandeyCommunity AdvisorAccepted solution
Community Advisor
July 28, 2025

@venkataak Yes, you can update the field mapping for an existing destination in AEP without recreating the destination or dataflow, but there are a few limitations depending on the destination type and integration method. 

Use the Flow Service API to list your existing dataflows

https://developer.adobe.com/experience-platform-apis/references/flow-service/

Steps to approach it using API:

  • Get the Dataflow ID
  • Retrieve the Existing Flow Configuration
  • Update the Mapping
  • Validate the Changes

Considerations: 

  • Recreation is not needed, but some destinations may not support real-time mapping changes. (verify that the platform updates are supported via API)
  • You must preserve existing mapping structure if the destination expects specific fields.
  • Make sure the schema changes are reflected in your dataset mapping.

Tip: Validate mapping rules before applying them in dataflow using https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/api/overview