Filtering In A Set Variable Module | Community
Skip to main content
Eric_D_Miller
Level 5
September 18, 2025
Solved

Filtering In A Set Variable Module

  • September 18, 2025
  • 1 reply
  • 201 views

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

 

Best answer by IvanBebek-iX

Hi @eric_d_miller,

 

There are two options that I see here, assuming per what you wrote that the sort is already working.


First thing is considering to fetch only Notes where OwnerId = something specific (your integration user), I think you should have an option available to search for notes with specific owner id, if this is not possible in your situation you could always use a mapping function available, and then map and filter needed field, please refer to the following documentation https://experienceleague.adobe.com/en/docs/workfront-fusion/using/create-scenarios/map-data/map-an-array 

 

Hopefully this helps. Have a nice day.

 

Best regards,
Ivan Bebek

1 reply

IvanBebek-iX
IvanBebek-iXAccepted solution
Level 5
September 22, 2025

Hi @eric_d_miller,

 

There are two options that I see here, assuming per what you wrote that the sort is already working.


First thing is considering to fetch only Notes where OwnerId = something specific (your integration user), I think you should have an option available to search for notes with specific owner id, if this is not possible in your situation you could always use a mapping function available, and then map and filter needed field, please refer to the following documentation https://experienceleague.adobe.com/en/docs/workfront-fusion/using/create-scenarios/map-data/map-an-array 

 

Hopefully this helps. Have a nice day.

 

Best regards,
Ivan Bebek