I am attempting to filter out bundles that do not include a certain data point.
Right now I have
{{sort(71.body.data; "desc"; "entryDate")}}
To get the most recent update, but I only need the most recent update posted by a specific user.
As you can see below, I have one bundle with many data sets. I only need to pull the data sets that include a specific owner.id. Is this possible in a Set Variable or other module?

Thank you in advance