Manage records order

Manage records order

Hello,
I'm using Zoho Creator to create an application to keep track of who's responsible for each task in the company + keep track of the procedures needed to perform the task.

Each task contains the following fields (there are more, but let's simplify as follows):
  1. task name (belonging to the "tasks" module)
  2. task description (belonging to the "tasks" module)
  3. procedures (belonging to the "procedures" module): this is the linear sequence of procedures which must be performed in order to fulfill the task
I'm trying to find a way to manage the procedures order for each task.

Here's the case:

Task 1 (Order. Procedure ID):
  1. Procedure ID 2
  2. Procedure ID 8
  3. Procedure ID 12
Task 2:
  1. Procedure ID 12
  2. Procedure ID 46
  3. Procedure ID 52
As you can see, procedure with ID 12 is:
  1. the third one in Task 1
  2. the first in Task 2
What is the best way to get this type of behaviour?

Thank you