IF-node cannot read brackets () in a string

Hi,

I just observed that my if-node is not able to read a string with brackets ().
:arrow_right: Protagonist(en) vs. Protagonisten
Why?
And what can I do to make the if-node reading strings with brackets, too?


Best regards
Martin

Information on your n8n setup

  • n8n version: 0.215.1
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]: own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker

Hey @martin23,

Try using something like $json.fields["name (x)"] and see if that helps.

1 Like

Yes, that helps.
Thank you very much.

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