I can't determine the issue or how to correct it.
Error messages -
Invalid argument type (Table). Expecting a Record value instead.
The function 'Patch' has some invalid arguments.
Thank you!

Patch('Product Order List',
ForAll(Filter(Gallery4.AllItems, !rem),
{ID: ID,
WindowSizeNumber: TextInput1.Text,
WindowSizeWidth: Dropdown1.SelectedText.Value,
WindowSizeHeight: Dropdown1_1.SelectedText.Value,
WindowQuantity: Dropdown1_2.SelectedText.Value,
WindowCoveringType: Dropdown1_3.SelectedText.Value,
WindowFrequencyOfUse: Dropdown1_4.SelectedText.Value,
WindowShape: Dropdown1_5.SelectedText.Value,
Title: Self.LastSubmit.ID
}
)
);