Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Update Recipient but ignore null input fields

Avatar

Level 2

For a technical workflow, is there an option or setting to update a schema record except when the import/source field is null - ignore null on import?  Example.  A recipient record exists with several fields already filled with data.  A new import record has some of those fields as empty/null.  The expected result is to update that Recipient record without overlaying existing fields with nulls. 

1 Accepted Solution

Avatar

Correct answer by
Level 2

I will try it. I thought that is what that option could be used for but I

could only find references not an actual example in the documentation.

On Mon, Dec 11, 2017 at 6:57 PM, Vipul Raghav <forums_noreply@adobe.com>

View solution in original post

2 Replies

Avatar

Employee Advisor

Hi @karynf,

You can use the "Taken into account if" setting inside the Update data activity.

1370982_pastedImage_0.png

All you need is to put a condition that checks or NULL values and returns either true or false.

You will have to use this at each column that you suspect will be holding NULL values.

Please be aware that it will cause an overhead in processing of updates and hence take into account that extra time when scheduling your import workflows.

Regards,
Vipul

Avatar

Correct answer by
Level 2

I will try it. I thought that is what that option could be used for but I

could only find references not an actual example in the documentation.

On Mon, Dec 11, 2017 at 6:57 PM, Vipul Raghav <forums_noreply@adobe.com>