If there is a column that is present in your table, then you can use patch function like below
Patch(
RequestCriteria,
Defaults(RequestCriteria),
{
Name:TextInput1.Text
LOB:Dropdown1_2.Selected.xxxx,
'Commodity Type': Dropdown1_1.Selected.xxxx,
'Part/CFG Description':TextInput1_1.Text,
'Expected Launch/RTS':DatePicker1.SelectedDate
}
)
here request criteria is table name
Please mark this answer as resolved and solution accepted if it resolves your query
.