Hello everbody,
today I have a question for you regarding the Patch-function. I want to add a person (Office365 Account) to an single row.
The table contains an ID and the person.
Patch(SeatPlanReservation; First(Filter(ReservationPlan;Titel="0101")); { Reservation: Office365-User.MyProfile() })
But the last entry wont work. (Office365-User.MyProfile()) I allready tried to get my User (Person) with .UserProfile(User().Email)!
The error message said, that the record wouldn't work, because PowerApps or the Sharepoint List is using an other value.
I never worked with records, any ideas? I just want to put the Office365-Account to the list. The user will always be the logged user of the using powerapp.
Best regards and thank you
DA4