Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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