I have a Loop over items node, and I want to collect results from all the iterations in the “done” branch (by the Edit Field node). But I can get information from only 1 loop branch (the 1st iteration). With other brands, I get the error message:
" There is no connection back to the node ‘Information Extractor’ , but it’s used in an expression here.
Please wire up the node (there can be other nodes in between)."
When execute the work flow, I see the all the 3 iterations runs successfully.
Please share your workflow
Share the output returned by the last node
Here is the Edit Field node (in “done” branch of Loop Over Items node):
I would try to pass (set) the information you need from information extractor down the execution path. You won’t be able to reference that node from the done branch.
If the result of the execute command is not something you need to save you could even have a single Set node which joins both Execute Command nodes and have a single return to the Loop node.
Blockquote Over here, as you finish your execute command nodes, add a Set value and set the value which you need to bring through the done branch.
I have tried this before, the Set node (Edit field node) can get values that I need and send them back to Loop Over Items node. But Edit field node in “done” branch can not get these value.