Simple IF NOT Empty not working?

Hi,

I have a simple IF is not empty that evaluate a variable that is actually not empty but the node always goes to the FALSE branch. What am i missing ?

n8n Version : 0.202.1

Thanks

Hi @skalg, I am sorry to hear you’re having trouble. It seems like you have removed the questions from the template when posting, so I am not 100% sure what your workflow looks like.

I was, however, able to reproduce the problem for Date values and shall add this to our internal backlog for a fix.

Until then, perhaps you can consider changing your Date into a string for the comparison?

1 Like

Yes as String it’s working, Thank you.

And I have another issue with Datetime field in another post in this forum. Looks like the datetime is getting converted in SQL connector and not in others like MySQL.

Thank again,

1 Like

Glad to hear this worked for you, thanks for confirming! I am still catching up with older threads, so I should come across that other thread you mentioned soon :slight_smile:

Got released with [email protected]

1 Like

It’s working ! Thanks

1 Like

Hi, i found this post over the commit bug fix from github.

I have also the problem with chek if empty but i am on 0.205.0

tryed your work around with .toString() but this doesnt work.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.