내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

"Enable if" function - Update activity

Avatar

Level 3

Hi all,

we’d like to use on Campaign Standard the “enabled if” function in the update activities (tab. Fields to update).

How does this “enabled if” function work and behave with operation type INSERT OR UPDATE?

Thanks in advance

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @giuliap42357798,

 

It's working if i do the same thing with below,

SatheeskannaK_0-1659072619783.png

On the reconciliation activity, i have enabled link to profile resource using email field to know whether customer id exists or not on the profile.

SatheeskannaK_1-1659072751141.png

Update activity will have following,

SatheeskannaK_2-1659072849359.png

Try this and let me know if it works.

 

Thanks!

 

Thanks, Sathees

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi @giuliap42357798,

 

Take a look at below example screenshot where i used enabled if condition when email address IS NOT NULL then it will insert/update customer id in ACS.

SatheeskannaK_0-1658753428079.png

Thanks!

Thanks, Sathees

Avatar

Level 3

Hi @SatheeskannaK 
this is the status I have on Campaign:

Email

CustomerID

Title

test@gmail.com

01

 

test@gmail.com

 

 

 

I’d like to update just the row already present on Campaign with CustomerID field empty (the second row), in order to insert a valued title.

On the import file there are the email and title fields.
Trying to loading this file, reconciliating it through the email field, once that I set the update activity with operation type INSERT OR UPDATE and the Enable if condition on the Title field like this:

([target/@cusCustomerID] IS NULL OR [target/@cusCustomerID] = '')

The result I get is:

Email

CustomerID

Title

test@gmail.com

01

Mr

test@gmail.com

 

Mr

 

How should I do to update only the row with CustomerID empty?

Avatar

정확한 답변 작성자:
Community Advisor

Hi @giuliap42357798,

 

It's working if i do the same thing with below,

SatheeskannaK_0-1659072619783.png

On the reconciliation activity, i have enabled link to profile resource using email field to know whether customer id exists or not on the profile.

SatheeskannaK_1-1659072751141.png

Update activity will have following,

SatheeskannaK_2-1659072849359.png

Try this and let me know if it works.

 

Thanks!

 

Thanks, Sathees

Avatar

Level 3

Hi @SatheeskannaK now it works, thanks!