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.

Retrieving Detailed Data from Collections in Bundles

Avatar

Level 3

Hi WF Community,

 

Happy New Year.

 

How do I get the details from Collection in the bundle esp the highlighted below? It only giving [Collection] array with out an actual data.

 

A_EN_0-1736146129240.png

 

Topics

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

2 Replies

Avatar

Community Advisor

If you are just interested in, for example, the logo.png value, you would need to include get(array;1.Data.1.Properties.name). If you are wanting to iterate thru all of the "Data" objects, you need to iterate thru Array and then iterate thru Data, then you can just use Properties.name.

Avatar

Level 3

Hi @ChrisStephens Thank you for your input. If it's okay with you, I'll send you a DM to ask further questions.