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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
get({array};2)
get({array};2)
This is what I need. Thanks, Chris!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies