Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to update Profile Email Address in ACS ?

Avatar

Level 3

Hi,

Is there a way to directly update database field in ACS without loading a file and passing a hard coded value ? I want to update email addresses of couple of recipients in ACS to a common email address.

Thanks

Sid

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Hi Sid,

There are few options:

- by file import

- by a workflow using Query to determine affected accounts, an enrichment which can add the target value to the working table and then Update Data to store it

- by API call

- manually

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Level 5

Hi Sid,

You can be able to update any database field only with the help of "update data" activity in the workflow. You cannalso manually update the email address by manually going to profiles tab and search for a profile and open to edit it. There is no other way you can do it. Thanks!

Avatar

Korrekte Antwort von
Employee Advisor

Hi Sid,

There are few options:

- by file import

- by a workflow using Query to determine affected accounts, an enrichment which can add the target value to the working table and then Update Data to store it

- by API call

- manually

Avatar

Level 3

Thanks Ramon,

I was able to update it using an enrichment activity and add target value.

Thanks

Sid

Avatar

Level 5

Thanks Ramon