Reference a specific array value | Community
Skip to main content
New Member
July 18, 2023
Solved

Reference a specific array value

  • July 18, 2023
  • 1 reply
  • 652 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChrisStephens

get({array};2)

1 reply

ChrisStephens
Community Advisor
ChrisStephensCommunity AdvisorAccepted solution
Community Advisor
July 19, 2023

get({array};2)

NickVa7Author
New Member
July 19, 2023

This is what I need.  Thanks, Chris!