Hello, I’m new to N8N and I’m having a problem with some json data that arrives randomly, and I need to get information, but every time I receive the information, it arrives in a different position, see an example below:
“custom_variables”:[
{
“name”:“criador”,
“value”:“332”
},
{
“name”:“interval”,
“value”:“monthly”
},
{
“name”:“plan”,
“value”:“user_332”
},
{
“name”:“type”,
“value”:“subscription”
}
],
That is, if I receive a new request each “name” and “value” will come in different positions!
To tell you the truth, it was something very simple, all I had to do was combine all the variables and check if the word you wanted to search for existed.