Expand my Community achievements bar.

Join us for our Coffee Break Sweepstakes on July 16th! Come ask your questions or share your use cases on Creative Briefs for a chance to win a piece of Workfront swag!

Split json array to individual JSON object by adding common key for each Object to access it further modules

Avatar

Employee

Hi Everyone,

I got a requirement in fusion as shown below,

input JSON : [{"key1":"value1"},{"key1":"value2"},{"key1":"value3"}]

OUTPUT [{"data":{"key1":"value1"}},{"data":{"key1":"value2"}},{"data":{"key1":"value3"}}]

Split JSON array to individual JSON object by adding a common key for each Object to access in further modules. please help me with this. 

I appreciate any help you can provide.

 

0 Replies