My custom fields got reordered in API response, why did this happen?
Gila Halpern
I have written a program to generate an HTML email based on the contents of a list of tasks. These tasks have some custom fields, and my program checks if they are filled by referencing their indexes in the array of custom fields returned by the API. But today, the array was in a different order than it was originally, and this broke my code. Why were they reordered? And what can I do to prevent such a thing from happening again?
Log In