Full workflow not working only part of workflow is working

@ihortom and team

I have this workflow when I add execute workflow at end of this workflow not all the set request are checked only the first request is checked.
How can I make it go throgh all the nodes and then execute the workflow

Without using the execute workflow the nodes are working perfectly fine but it is then after I add the execute workflow node the nodes stop responding

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:

Hello @Arsh_Tyagi

That wouldn’t work. The Code node have only one input, it can’t process multiple inputs. At least in the way you are trying to use.

Why you need so many Edit Field nodes, it you can use the Code node itself?

I dont know how to code and also not able to get the results I am looking for using chatgpt

@Arsh_Tyagi , you need to get rid of all the nodes you are trying to run sequentially and use only one Set node. I already explained this to you earlier in How to sort data into http request automatically - #10 by ihortom.

Here’s an example what I mean (not based on your data as you did not provide it).

1 Like