Hello, I have a table representing a guest list with prefilled columns for ‘Name’ and ‘Surname’. I have a form the guests can fill to check that they are on the guest list. the form has inputs for Name and Surname. My ‘POST’ method works i.e it returns the found guest along with the row’s ID in some cases but for other cases, it returns an empty array. Does anyone know what could be causing this? Many thanks