Build a My Tasks view for your team
By the end of this guide, each team member who logs in will see a screen showing only the records assigned to them, their personal task list.
What you'll need before you start
- An Object Type that represents the work you want to assign. For this guide: Tasks.
- Your team members already invited to the workspace.
- Administrator access.
Step 1: Add an Assigned To field to your Object Type
An Engine Awesome User field (a field that links a record to a team member) is what makes assignment work.
- Go to Settings → Object Types.
- Click Tasks (or whichever Object Type you're assigning).
- Click Add Field.
- Choose Engine Awesome User.
- Set the Semantic to User (manual assignment, not "Created By").
- Label it
Assigned To. - Mark it as Is Searchable: this is required for filtering.
- Click Save.
Step 2: Update your Item layout to show the field
- In the Tasks Object Type, click Edit next to your Item layout.
- Click Add Block → Field.
- Select Assigned To.
- Click Save.
Your team can now open a task and assign it to someone from a dropdown.
Step 3: Create a My Tasks Collection layout
- In the Tasks Object Type, click Create Layout.
- Choose Collection.
- Name it
My Tasks. - Click Create.
Step 4: Set up the filter for the current user
- In the My Tasks layout editor, click Add Block.
- Choose Query Filter Preset.
- Click Edit on the preset block.
- Set the condition: Assigned To = Current User.
- Label the preset
My Tasks. - Check the box to apply this preset by default.
- Click Save.
Now when anyone opens the My Tasks screen, they automatically see only the records assigned to them.
Step 5: Add a List Table block
- Click Add Block.
- Choose List Table.
- Select the fields to show: task name, status, due date.
- Click Save.
Step 6: Add to navigation
- Go to Settings → Navigation.
- Find My Tasks and move it near the top of the menu.
- Click Save.
What to do next
- Build a simple approval workflow, combine assignment with a status field to route records through a review process