Hi everyone, everything fine?
I am creating an application where when clicking on an Approve button, it inserts into Excel the information that that line was approved in a Column called Status.
But when writing the function, it tells me that the Patch function has invalid arguments.
Can you help me?
The function I'm using is the following:
Patch(SchedulingTable;
LookUp(TableSchedules; PowerAppsIdSchedule = Gallery3_1.Selected.PowerAppsIdSchedule);
{
'Receipt comments': ReceiptTxt.Text
}
)