IF node does not return 'true'

Describe the problem/error/question

IF node does not return true when condition is true,

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

-how do i find the version number?

  • Airtable
  • default
  • desktop app
  • Windows 10 Pro

Hi @fdavidg!

If you’re using an expression, you would need to use something along the lines of {{ $json.fields["First Name"] }} in value 1, so your If statement knows how to find and use that value. If you’re looking for only people named Frank, you also don’t need an expression in the second value of the ‘if’ statement - you can instead use the ‘fixed’ option and just type Frank.

You can read more about expressions here, which might help give you a better overview!

1 Like

Thank you very much EmeraldHerald! That fixed my issues!

1 Like

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