'How to convert the given input array to the following output using dataweave?

Input

{
  "Ids": ["1","2","3"]
}

Output

["Ids": "1", "Ids": "2", "Ids": "3"]


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source