Error in switch node

self hosted v 1.42.1

i have a ling switch node with numeric values, but suddenly i get this error.
obviously all are numeric values


It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Edmunds_Priede

It is set as an expression. If you set it to fixed it should be fine.
Or put {{ }} arround the 15 to make it a number again.

1 Like

thank you , for some reason it went into exec mode :exploding_head:

hi , the problem persists :nauseated_face:

obiously now value is fixed and number, so there is something else

looks like Less Strict type validation helped

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