Expand my Community achievements bar.

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)