When transforming JSON data using "Data operations - Select" the JSON object order is always alphabetical. Example: {"Area": "12", "Cargo": "Yes", "Logistics": "No"} Does any of you know if there is a way to set another order of the JSON objects? I know that the order is not an issue for JSON being valid, but for readability it would be good to be able to set the order.
Asked
Active
Viewed 1,370 times
4
-
did you check https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-loops ? – Rıfat Erdem Sahin May 28 '18 at 09:18
1 Answers
1
You can use "Data operations - Compose" and make a new JSON with the order you would like.

viktorh
- 152
- 13