JSON data structure and webhook response

Hi! I have created JSON data structure. For example, it contains values below in the next order:

First name
Last name
Status
Order

BUT when I transfer JSON to the webhook response the order changes. For example, it displays:

Status
Last name
Order
First name

Is there any way to have the output in the same order as in Json data structure?
Thanks!

Hi @Olejko

Please try this by create a data structure in JSON with array of collections.

MSquare Support
Visit us here
Youtube Channel

2 Likes

Thank you! It did not help.
The thing is I noticed that I create multiple variables in my own order but the JSON module receives this input in another order. Why?