Registered button Visiable: If(ThisItem.Seats=0,false, true) And If(LookUp('Event Registration',SessionID=ThisItem.'Event ID',SessionID),false, If(LookUp('Event Registration',UserEmail = User().Email,UserEmail),true,If(ThisItem.SeatsTaken=0,true,false)))
Unregistered button visible: If(LookUp('Event Registration', Title= ThisItem.Title,Title), true, false) And If(LookUp('Event Registration',User().Email='User Email','User Email'), true, false)