Forum Discussion
Error when no Completion date
- 6 years ago
Hi bcbuckley13 ,
You have to start the if with nulls.
The if should be something like if [Course Complete Data] = null then ........
write the other conditions with if else / else.
Hi bcbuckley13 ,
If possible, could you please inform me the detailed error information? if it is caused by the data type, you could try to see whether next step is "change type", then delete this step to see whether it work or not. By the way, if possible, could you please inform me your expression of "Completed in 30" , then I will try to test this in my environment?
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- bcbuckley136 years agoHelper III
Here's the error that it gives.
- camargos886 years agoCommunity Champion
Hi bcbuckley13 ,
You have to start the if with nulls.
The if should be something like if [Course Complete Data] = null then ........
write the other conditions with if else / else.
- bcbuckley136 years agoHelper III