Great!..it worked perfectly.
Thanks so much for the help.
I copy here the json and the nodes.
JSON
[
{
"id": "622f30ed62b9be77a6ba5890",
"name": "titulo tarjeta",
"customFieldItems": [
{
"id": "622f30ee6f9abf7a7e0494c2",
"value": {
"text": "+55555555551"
},
"idCustomField": "60081df737fe77290115029b",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
},
{
"id": "622f30eee731f12efe1de925",
"value": {
"text": "Texto personalizado"
},
"idCustomField": "60081df737fe77290115029d",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
},
{
"id": "622f30eebc0aac3c95dcc81a",
"value": {
"text": "[email protected]"
},
"idCustomField": "60081df737fe77290115029f",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
},
{
"id": "622f30ee71c74a6d438336d0",
"value": {
"text": "54366"
},
"idCustomField": "601aa87e0c1a576d64a19957",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
},
{
"id": "622f30ef6d59828142be1597",
"value": {
"text": "XXXXX XXXXXX 2331, vitacura, Región Metropolitana, Chile"
},
"idCustomField": "607ae98e6db6ca443c3fe168",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
},
{
"id": "622f30ef815eb50f016143ab",
"value": {
"text": "Cerca del supermercado"
},
"idCustomField": "607ae99d673dfa5627c075f8",
"idModel": "622f30ed62b9be77a6ba5890",
"modelType": "card"
}
]
}
]
IN NODE FUNCTION ITEM
item.myText = item.customFieldItems.find(field => field.idCustomField == '60081df737fe77290115029b').value;
return item;
EXPRESION TO OBTAIN ITEM FROM ANOTHER NODE
{{$node["FunctionCFBYID"].json["telefono"]["text"]}}
Once again, thank you very much for your valuable time and help.