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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies