내 커뮤니티 업적 표시줄을 확대합니다.

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

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor
2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

get({array};2)

Avatar

Level 10

This is what I need.  Thanks, Chris!