Field type Reference

Hey,
this is a different topic.

my example is that:
i have first type “users” which have fields:
“name”, “surname”
i have 10 employes:

Public id    name         surname
1.               Martin        Joy
2.               Rob           Luter
3.               Oliver        Smith
4.               Harry        Jones
5.               Noah        Williams
6.              Jack          Taylor
7.              Leo            Evans
8.              Oscar         Wilson
9.              Eva            Brown
10.            Amelia       Davies

and i have second type “task to do” which have field:
“name of task”, “who does the job”, “start date”, “end date”

“Name of task” is a field text ,
field “who does the job” is a referencje field to first type “users” ,
“start date” and “end date” are date fields

and i need create some task
example.
“Cleaning in Munich”
and I have to appoint two employees with Public ID 2,3,8,9 for this job of the type “users” and I should enter them in the “who does the job” field, but I can’t.

Public id,            Name of task                who does the job                                                                  start date             end date
11.                   Cleaning in Munich,         id 2 (Rob, Luter) id 3 (Oliver, Smith) id 8 (Oscar Wilson) id 9 (Eva Brown)       2020-05-20             2020-05-22

Can you fix / extend the functionality of the reference field so that I can select more than one object in this field?
1 reference field to n objects

This is what i need