Hello,
I’m a bit stuck trying to build a simple workflow.
I have an ‘If’ node that routes my workflow into two branches. In both branches, I fetch the same data (a single field) but from different sources. After that, I try to use the ‘Edit Fields (Set)’ node to take the data depending on the route it came from and pass it on further. The reason for this is that this data is used in subsequent nodes, and I don’t know which route it takes, so I cannot reference it correctly. I thought the ‘Edit Fields (Set)’ node was designed for such cases, but unfortunately, I have not been able to set it up correctly, even with the help of AI.
How can I resolve this situation?