Hello Community Members,
Any help for my issue will be greatly appreciated!
I have created a Power Automate flow to set the array variable. But I am facing an error. The below image has the error details:
In the below flow, I have taken a array of objects, where age value is less than 50. I wanted to set the Country value to 'Newyork".
Array value:
[
{
"age": 32,
"UserName": "Watson",
"Country": "Washington"
},
{
"age": 52,
"UserName": "Kayla",
"Country": "Texas"
},
{
"age": 82,
"UserName": "Alex",
"Country": "Arizona"
}
]



Thanks and Regards
@Lidia