I am trying to create a lobby where list element has been taken to display all the tasks that has been dispatched.
List Columns are Task ID, Task Description, Task Status
Now requirement is to add task id as hyperlink as when user click on task id then it should navigate to task screen, opening that task.
Can anyone please suggest on this?