I am getting a patch error on my edit screen. Patch has some invalid arguments. The specified column ‘rowNumber’ does not exist.
Here is the onselect of my update button.
Patch(
EP_Title_To_Persona,
Gallery_Main.Selected,
{
Persona: DataCardValue8_Persona.Text,
Title: DataCardValue9_Title.Text,
Updated_By:User().FullName,
Updated_Date:Today()
}
); Back()
Persona and Title columns are just plain text fields.
The item of the edit screen looks like this.
LookUp(EP_Title_To_Persona, Id=Gallery_Main.Selected.Id)
The data source is just the name of my data source
“Persona”

Report
All responses (
Answers (