I entered GUID() in the Default of the 'Title' Datacard (DatacardValue1).
I added the 'Title' Datacard (DatacardValue1) to the Update of the Submit button.
Patch(
HDProofOfConceptList,
{Title: DataCardValue1.Text,
MainTopic: DataCardValue1_2.Selected.Value,
EmployeeName: DataCardValue2_2.Text,
EmployeeEmail: DataCardValue5_2.Text,
DateOfRequest: DataCardValue10_2.SelectedDate,
ResponseDueDate: DataCardValue9_1.SelectedDate,
RequestStatus: DataCardValue8_2.Selected,
SupervisorName: DataCardValue4_2.Text,
SupervisorEmail: DataCardValue6_2.Text,
Department: DataCardValue3_2.Text,
Notes: RichTextEditor7.HtmlText});
SharePoint List kicked back an error. The 'Title' column is "required", and should have been populated by the new GUID from the PA Patch.
Line 11 is the last 'existing' entry, the next was my test attempt.
No GUID came through with the data, though the other data did populate the appropriate fields.

