Hi there,
I have some JSON from a compose output seen as below:
[
{
"uim_name": "Timothy Barnes",
"uim_answer": true
},
{
"uim_name": "Ashley Barnes",
"uim_answer": false
},
{
"uim_name": "John Shelborne",
"uim_answer": false
}
]
I am trying to 'update a row' in Dataverse if all of the "uim_answer" values equal 'true'. Can someone help me write out the formula needed for this? I'm assuming it would need to be written inside a compose.
Apply to Each and a condition does not work as it takes each value separately and updates the rows separately inside each loop.
Thanks in advance for your help!