
Announcements
I am trying to filter out a lot of the excess JSON that is being returned during my flow. I am using a filter array action, but it is returning a empty result and i have tried several things check and find where why it is not coming back with the data.
JSON:
Note: this is part of an object named Job.
"RequestedBy": {
"Id": 16632,
"Name": "Greg \"Breezy\" Donelson",
"Username": "Notimportant",
"Password": "EncryptedPassword",
"Email": "NotImportant",
"MobilePhone": "N/A",
"Creation_Date": "2021-07-20T14:23:48Z",
"Last_Login": "2021-12-08T17:44:35.85Z",
"Is_Active": true
},Here is a screen shot of the filter array step:
@byrdman0806 Try removing the double quotes from "Greg" so it is just Greg. I have found that Power Automate typically assumes that it is a string value based on the datatype you are filtering.