Hi,
In my app I need assign peron from office365 to task. Below is screen where you create new task. "Przydzielone do" means "Assign to". I added to this Satacard Combobox, which Items property is " 'UżytkownicyusługiOffice365'.SearchUserV2({searchTerm: Trim(ComboBox5.SearchText); top:15}) "

When i turn on app and try to find for example me it doesn't work

So my new idea was to connect screen where we create new task to default screen created in powerapps to search for people(below this default screen with Items property), beacuse there i can find myself:



And i was trying to connect selected person in this screen with datacard on previous screen where we create new task, but I can't make it so that the name of selected person appers in the newly created task. Name is displayed in that screen but it doesn't save in database:

Do you have soultion on this problem or another idea?