Hi
Can any one help? I have a list of event that will display in the powerapps for user to book
for some event, it's only open to specific group of people, how to set the specific event to specific group without affect the rest.
eg: Event2

book - Set(varToBook,ThisItem); Patch('EventInfo(Admin)', varToBook, {NumberofSlotTaken:LookUp('EventInfo(Admin)',Title=ThisItem.Title). NumberofSlotTaken+dpDownQty2.Selected.Value}); Patch('Activities Overall', Defaults('Activities Overall'),{ReservedBy: {'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & User().Email, DisplayName: User().FullName, Email: User().Email, Department: Office365Users. UserProfile (User().Email).Department, JobTitle: "", Picture: "" }, Title: varToBook.Title, NumberofSlots:1, EventDateStart: varToBook.StartDateAdmin, EventTimeStart:varToBook.StartTimeAdmin, EventDateEnd: varToBook.EndDateAdmin, EventTimeEnd: varToBook.EndTimeAdmin}); UpdateContext({ Submitted: true });UpdateContext({DialgThankU: true});Set(varDisplay,0)
Adminlist

Do I need another list for to create specific group?? not too sure... how to link back all? Thank you
