HI, I'm looking to filter a block of JSON returned from a service query to just the last day. I've tried things such as utcNow(createddatetime),-1) however not sure how to just pull those results from the returned JSON and place the filtered items into a new JSON output in the flow if that makes sense. Unfortunately there is no filter on the JSON query that's allowed when doing the query or I would have done that.