Hi Jake,
You won't be able to directly introduce/define a TableRecords or ListRecords widget inside a Form widget.
The purpose of the Form widget is to get the end-user inputs and submit the same to the server side. For the mentioned use-case, I would suggest you to define the ListRecords widget outside the Form widget as shown in the attached updated .oml file.
If in case you want to introduce the TableRecords or ListRecords widget inside a Form widget, you will have to encapsulate/wrap the respective widget (i.e. TableRecords or ListRecords widget) within the Web block and define the same Web block inside the Form widget and it will work.
Hope this helps you!
Kind regards,
Benjith Sam