JSON Order

Hi :slight_smile:
With the Create JSON Module why does it not keep the order that is set up. I want the threadID to be the first line of the JSON but it keeps putting the other items first:



Thanks in advance :slight_smile:

It appears that the object properties are sorted alphabetically.

You can submit this suggestion to the Idea exchange, under App improvement ideas. Don’t forget to search for it first, just in case someone already suggested it!

The order of properties shouldn’t really matter. What you can do as a workaround in the meantime, is manually create the JSON using the Tools > “Compose a string”.

2 Likes

Amazing thanks so much!

2 Likes