So I have a list of dropdown fields and their labels added together inside a group.
(Approximately 30 dropdowns and labels.)
However, when I merge the branch into the Main branch or deploy it to live, their order changes from how I ordered them (how they make sense to the user).
I’ve never had this issue before with merging, so my solution may not work as expected.
Have you tried like an empty page with just a list of items, and merge that way to see if the issue happens on all parts of your application?
If so, that actually makes me question the logic of their merges. I would be able to provide a suggestion, but it would be hacky. Let’s try to see if merge is the direct issue.