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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @giuliap42357798,
It's working if i do the same thing with below,
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.
Update activity will have following,
Try this and let me know if it works.
Thanks!
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.
Thanks!
Views
Replies
Total Likes
Hi @SatheeskannaK
this is the status I have on Campaign:
|
CustomerID |
Title |
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:
|
CustomerID |
Title |
01 |
Mr |
|
test@gmail.com |
|
Mr |
How should I do to update only the row with CustomerID empty?
Views
Replies
Total Likes
Hi @giuliap42357798,
It's working if i do the same thing with below,
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.
Update activity will have following,
Try this and let me know if it works.
Thanks!
Hi @SatheeskannaK now it works, thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies