Greetings! I am new to Alteryx. My first project is cleaning up some donor data in Salesforce. I am creating null values which seem to fail on output to Salesforce.
For example, a donor record shows [preferred_phone] as "Home" with no home phone number. In this case, because all of the other phone number fields are also blank, [preferred_phone] should be null. All is well on the Alteryx side in terms of creating the null values. The problem is the null values don't overwrite existing values in Salesforce upon output. I know overwriting with null values is a special setting in Data Loader, and my workaround for now is to output to CSV and use Data Loader to update records (blah!). Does anyone know if this is a limitation of Alteryx outputs to Salesforce or if there's something I should be doing differently?
Thanks for your help!