I am getting the error of "invalid argument type (table). expecting a record value instead" when patching the SP list.
Here is the code: ClearCollect( col_DatatoPatch, ShowColumns( col_Booking, "ID", "Title", "BookedDate", "BookedRoom", "BookedRoomName", "BookingStatus", "REQNum" ) );
Patch(BookingLineItems, col_DatatoPatch);
List structure:

Any idea how to make it work? TIA.