Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Filtering In A Set Variable Module

Avatar

Level 5

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?

 

Eric_D_Miller_1-1758210604714.png

 

Thank you in advance

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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-a... 

 

Hopefully this helps. Have a nice day.

 

Best regards,
Ivan Bebek

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

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-a... 

 

Hopefully this helps. Have a nice day.

 

Best regards,
Ivan Bebek