Set Fields node not providing any output

Describe the problem/error/question

My Set Fields node does not provide any output even though the variables I have placed are valid, and have relevant input data.

Loom video: Set Fields Node not working

What is the error message (if any)?

None

Please share your workflow

Share the output returned by the last node

No output, due to the “Set Fields” node not outputting any data.

Information on your n8n setup

  • n8n version: 1.110.1
  • Database (default: SQLite): Not sure
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Not sure
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Web browser (Brave)
  • Operating system: Windows 11 Pro

Hi @LNZMAI

The problem is in your switch node, none of the rules are being met, which is why no subsequent nodes are being executed..

Check the rules in the switch node

2 Likes

Nice one! Thanks so much - issue with the Set Fields node has been resolved.

Edit:

Apologies, @mohamed3nan. Upon further testing, it appears there is still another issue - now with the Switch node.

The output from the Set Variables path is being passed through the “Get Open Slots” path of the Switch node. However, not for the Book Appointment path.

Would you know what could be causing this issue?

Screenshot below:

@LNZMAI

Simply because its rules don’t match!

1 Like

Sure. Also, I edited my earlier response (a follow-up question basically). Is it okay to continue discussing that on this thread? Or do I need to make a new one?

It’s okay, you can mention me in new reply here instead of editing the reply since I don’t get a notification when you edit it :smiley:

1 Like

Thanks Mohamed. I managed to fix this issue as well. I appreciate your patience with me. Have a great rest of your day!

1 Like

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