Need Clarification for MCE Preparation
Hello All,
I am preparing for MCE & came across below question. I am confused on the correct answer as the key say option B is correct.
Can someone guide how is option B correct.
An Adobe Marketo Engage expert is tasked with creating an operational email compliance campaign that needs to update the “Unsubscribed Date” and the “Unsubscribed History” fields. The “Unsubscribed Date” is a custom date type field created to log the person's date of unsubscribe and clear out the field when a person re-subscribes. The “Unsubscribe History” is a custom text area field created to store the dates when a person's “Unsubscribed” field changed to the True value. How should the campaign be set up to ensure that both the custom fields are updated for all the Unsubscribed people created or updated?
o Smart List - Use "Person is Created" and “Data Value Changes” triggers. Use the “Unsubscribed” field is False filter.
Flow Step 1 - Use "Change Data Value" step to update the "Unsubscribed Date" field to {{system.date}} value when the “Unsubscribed” field is True.
Flow Step 2 - Use "Change Data Value" step to append the “Unsubscribed History” field as per “{{lead.Unsubscribed Date}}, {{lead.Unsubscribed History}}" value when the “Unsubscribed” field is False.
o Smart List - Use “Data Value Changes” trigger.
Flow Step 1 - Use "Change Data Value" step, Choice 1 updates the “Unsubscribed Date” field to {{system.date}} and Choice 2 updates the “Unsubscribed History” field as per “{{lead.Unsubscribed Date}},{{lead.Unsubscribed History}}".
o Smart List - Use "Person is Created” and “Data Value Changes” triggers. Use the “Unsubscribed” field is True filter.
Flow Step 1 - Use "Change Data Value" step to update the "Unsubscribed Date” field to {{system.date}} value when the ) "Unsubscribed" field is True.
Flow Step 2 - Use "Change Data Value" step to append the “Unsubscribed History” field as per “{{lead.Unsubscribed Date}}, {{lead.Unsubscribed History}}” value when the “Unsubscribed” field is False.
o Smart List - Use "Person is Created" and “Data Value Changes” triggers. Add the “Unsubscribed” field is True filter.
Flow Step 1 - Use "Change Data Value" step to
update "Unsubscribed Date" field to {{system.date}} value when the “Unsubscribed” field is True and to NULL otherwise.
Flow Step 2 - Use "Change Data Value" step to append the “Unsubscribed History” field as per “{{lead.Unsubscribed Date}}, {{lead.Unsubscribed History}}”
value when the “Unsubscribed” field is True.