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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Reference a specific array value

Avatar

Level 10

Hi Fusion community,

Is it possible to reference a specific array value from a previous module's operational output?

For example:

If a Set Variable module has the Split function applied to a field, and the output results is 3 separate values, is it possible in a subsequent module to reference only result #2 from the array output?

 

Array output:

Bundle 1

   1. Apples

   2. Cars

   3. Dirt

 

In the above example, I would only want to reference Cars.

 

Thanks,
Nick

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

get({array};2)

Avatar

Level 10

This is what I need.  Thanks, Chris!