I want the following to be satisfied: The item of the node “FunctionItem2” that the corresponding value of the field “Cobrança” is present in the field “ID Cobrança” of the node “Set3”, will receive the field “ID Novo Cobrança” of the "Set3 ".
I have read this a couple of times now and I am not 100% sure what you are after here, Looking at your screenshot you already have the value in Set3 from FunctionItem2…
Any chance you could make it a bit clearer for me?
I want to add the “ID Novo Cobrança” field in the items of the “FunctionItem2” node when the value of the “Cobrança” field (FunctionItem2) and the “ID Cobrança” field (Set3) match (are the same).
Thus, the new node will have the following fields:
“id”, “ID”, “Serviço”, “Quantidade”, “Valor”, “Cobrança” and “ID Novo Cobrança”
You was indeed, So I think the best option would be to use a function node to set the options you are after, I take it you have already tried the merge node and linking that up to both to see if it does the job?
Exactly, I’ve already tried using these nodes. I’m going to think of something using the function node, I need to study the possibilities a little more.
As promised, the solution was as follows: I used the “Merge” node to merge data from different sources. After that, I used the “Function” node and put the following logic:
Any questions, I am available. Thank you so much, @Jon !