You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON is by definition unorderderd so there is no easy solution. It can be resolved by altering the column to type "text" however this can goes against database integrity. Ideally the payload should be changed to contain the IDs of inidividual elements and sections.
Describe the bug
The payload (form response) is saved in the wrong order. Probably the keys are ordered by length. It should be saved as received.
The text was updated successfully, but these errors were encountered: