Hi Parveen,
To handle this kind of situation, you can write a Java action, that handles this JSON conversion.
What you can do is, you can create a POJO from the dynamic JSON, and then create a new JSON ( which you want ) and then using java action and using java JSON or Gson library you can convert the dynamic JSON into a static one.
Let me know, if you have any issues,
Hope it helps!
Rishabh
(Resilient It Services)
Hello Praveen,
This module can be an option for your business case:
https://marketplace.mendix.com/link/component/113010
It allows you to create dynamic JSON string.
Good luck!
Thijs