Bug in IF node!

Hi, see the screenshot first

Why is it going in False branch even if 1 = 1?

Welcome to the community @Yash_Kumar !

Is it possible that the id is a string?

So "1" !== 1? You could then change it to:

{{ parseInt($json.workflow.id) }}

Thank you so much <3

Glad to hear that it was helpful. Have fun!