Hello Community,
Having a difficult with Patching in this particular situation.
This is a Gallery that displays the first 3 columns of data (non-editable) from an existing record in SharePoint.
Need to only update 2 columns, Created Date and Toggle value of the existing record.

Tried using the below for button OnSelect, but to no avail
Patch(PALT,
{Contract: Contract.Value,
Description: Descript.Value
Awarded: Awarded.Value
CreatedDate: DatePicker2.SelectedDate, '3Days': Toggle1.Value})
Again, the only columns to update is CreatedDate (DatePicker2) and Entered w/i 3 days (Toggle1).
Any assistance with the Submit Button formula would be great. Thanks,
chudson002