@Phineas ,
Firstly set the Default of Event_Registration_Attendee_Name_Input_Fld to "" (empty string) then the left gallery can be (I have only restored the columns I can see in your screenshot and assume you are using SharePoint)
AddColumns(
GroupBy(
Filter(
Event_Registration_Collection,
StartsWith(
Last_Name,
Event_Registration_Attendee_Name_Input_Fld.Text
)
),
"Client_FullName",
"Grouped"
),
"TicketType",
First(Grouped).'Ticket Type',
"UniqueID",
First(Grouped).'Unique ID",
"_ID",
First(Grouped).ID
)
then the Item of the Form on the right
LookUp(
Event_Registration_Collection,
ID = Gallery1Name.Selected._ID
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps