Sheet_Team_Task_List_by_Priority
Prioritize and manage team tasks with the Sheet_Team_Task_List_by_Priority table.
Columns
| Name | Type | ReadOnly | References | Description |
| RowId [KEY] | String | False |
The unique identifier for each row in the task list, dynamically mapped to the corresponding field in the API. | |
| RYG | String | False |
Indicates the red-yellow-green (RYG) priority or status flag for a task, dynamically mapped to the corresponding field in the API. | |
| Task | String | False |
The title or name of the task, dynamically mapped to the corresponding field in the API. | |
| Assigned To | String | False |
The name or unique identifier of the individual or team responsible for the task, dynamically mapped to the corresponding field in the API. | |
| Reviewed | Boolean | False |
A flag indicating whether the task has been reviewed, dynamically mapped to the corresponding field in the API. | |
| Status | String | False |
The current status of the task (for example, In Progress, Completed), dynamically mapped to the corresponding field in the API. | |
| Due | Datetime | False |
The due date and time for the task, dynamically mapped to the corresponding field in the API. | |
| Notes & Comments | String | False |
Additional notes or comments related to the task, dynamically mapped to the corresponding field in the API. |