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.