Hi Everyone, I am feeding languages info from Workfront custom form to an external application through JSON module.
Source Module: Highlighted languages array.
I've created a set variable to fetch the Translate to:
And using the above variable in JSON module. If I have three languages, I've to give like below
The about output works fine (and my third party application is accepting this as input), but I will NOT know how many languages will come as output in my previous module, so I want this language count to be auto set as per the number of outputs from my source module.
So In JSON module, If I give the object like below,
Then I am getting the below output which my third party application is NOT accepting as input.
The input my third party application accept is,
Please help on how I can capture the dynamic languages count and its values to get the desired output.
Solved! Go to Solution.
Views
Replies
Total Likes
Just so I can make sure I am understanding your question, the problem is that when you need help on building out the targetLanguageInfos array dynamically, correct?
If so, here is an option.
Just so I can make sure I am understanding your question, the problem is that when you need help on building out the targetLanguageInfos array dynamically, correct?
If so, here is an option.
you are the best, it worked!
Views
Replies
Total Likes