Skip to main content

Plugin API should return local collections in correct order

  • November 21, 2025
  • 0 replies
  • 13 views

Mohamed4

The plugin api provides the variables in any collection in the correct order, and this order is updated if user reordered variables. But for collections, the api doesn’t provide them in the correct order :
→ if a user created Collection1 then created Collection2, then reordered them so that Collection2 is before Collection1, the plugin still gets them by creation order → Collection1 then Collection2. Can this bug be fixed quickly? It would be a great improvements of the api.