How to update Profile Email Address in ACS ? | Community
Skip to main content
Level 3
April 19, 2019
Solved

How to update Profile Email Address in ACS ?

  • April 19, 2019
  • 4 replies
  • 5137 views

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

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 bisswang

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

4 replies

prasannakumarmarru
Level 4
April 22, 2019

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!

bisswangAdobe EmployeeAccepted solution
Adobe Employee
April 22, 2019

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

Level 3
April 22, 2019

Thanks Ramon,

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

Thanks

Sid

prasannakumarmarru
Level 4
May 7, 2019

Thanks Ramon