Solved

Run If date not blank

  • 1 March 2021
  • 2 replies
  • 213 views

Badge +10

Hi, I have a task list that I have a workflow running on. The workflow does a number of things, but it is dependent on the due date being populated. I am trying to figure out a way to either conditionally start, or run an if statement in the workflow, if the date is not blank. Of course, there is no option for is blank and I am having an issue figuring out a way around it.

Ā 

After some searching on the forums, I found some similar situations, but they were for on-prem and I couldn't get it to work on O365. Hoping someone can help.

icon

Best answer by ghaiashish 4 March 2021, 03:11

View original

2 replies

Userlevel 2

I have successfully achieved this by creating a workflow variable whichever type called 'varBlank' and don't add a default value.


"Run if" the date is not equal to varBlank

Badge +10

Thanks, that worked. I had seen it posted as a solution elsewhere, I just kept trying to set the value to blank and that didn't work. Just creating the workflow and not doing anything to it worked. Thanks again!

Reply