Hello all,
thanks in advance for your time! 🙂
I have a select output which "changes" within the output from array form (// status) to string form (// uPN) and I do not know how to handle that.
{
"__________________Item": "shared-approvals-48efaa2d-91c1-49b5-80f5-e8f321bc5194",
"// status": [
{
"status": "Connected"
}
],
"// displayname": null,
"// uPN": "user.name"
},
The next step is an array filter, which works fine if I use the // status.
Unfortunately it doesn't if I want to filter for // uPN, since it is stored as string.
The end goal is to filter for both with an and connection.
How can I handle this?
