Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

updating SFDC non null values with Null value

Sim
5 - Atom

I am trying to update certain records in SFDC. The issue has been that the update is not updating the previous non null value in SFDC with NULL value. 

 

In data loader, there is an option to choose Insert Null values which does the trick. But Alteryx does not have

that option.

 

I tried replacing the NULL values in database with Space. And tried to update SFDC. Still this is not working. 

 

Thanks,

 

3 REPLIES 3
NicolasDestombes
7 - Meteor

Same issue for me: do we have a solution from @Alteryx

sumit5283
5 - Atom

Use #N/A instead of Null or blank. Alteryx treats #N/A as blank. I used the same and working for me.

sumit5283
5 - Atom

Use #N/A instead of Null or blank. Alteryx treats #N/A as blank. I used the same and working for me.

Labels
Top Solution Authors