You need to sign in to do that
Don't have an account?

Using Visual Flow set a Date field to Null / Blank
I can't figure out how to do this. There seems to be no global constant for blank/null associated with Date fields, and if I simply leave the assignment box empty it doesn't do anything.
Hi Doug,

I think I have a solution for you. Unsure if you've already setup an sObject variable and formula.
What I did to achieve this is made an sObject variable Account and a formula to pull the CreatedDate. (Not the best example as this will never be null, unlike your scenerio - but should work the same regardless).
After this I added a Decision and then used the formula 'AccountCreatedDate" formula as the resource and used the isnull operator.
Image below.
-derhyk