I have created a record review interface to review projects, projects tasks, and click into the task to mark it complete. In my interface it shows my list of projects on the left hand column, with the selected project data in the main section. Within this project there are assigned tasks which display on the interface. I need to be able to display these sorted by order. I am not seeing the functionality to do this. Is there a way to have the "project" "tasks" display on the interface based on their "order" assigned to them?
The tasks are setup in a "tasks template" base. So that when I create a new "project" matching a "type" of project, an automation runs and it pulls all the tasks associated with the project. Because these are pulled via an automation, they are called at random and not sorted in any particular order. I was thinking I could break down the create tasks step into multiple steps filtered to only call "order" = 1, "order" = 2, "order" = 3, etc... but that seemed like a subpar solution at best. Im also trying to avoid concatenating the "order" to the beginning of the "task" name field.
I also checked the automations and I couldn't find anything with regard to sorting. Is there something I'm missing? Or a simple workaround to get these to display in the interface as I am trying?
Screenshot Attached