Hello all,
Im stumped and need your help.
I have an array that is bringing me back 100os of items and I want to filter out the ones that a certain propery does not exist in.
Example:
{
"body": {
"value": [
{
"Status": "Executed",
"Project": "13",
"Business": "Test",
"Parent": "345"
},
{
"Status": "Executed",
"Project": "19",
"Business": "Late Stage Programs",
},
{
"Status": "Executed",
"Project_Nbr": "12",
"Business": "Home",
"Parent": "1"
}
]
}
I want to filter out any items that do not have the "Parent" property

Report
All responses (
Answers (