I have an Edit Form, for which I am trying to update a column (MyColumn) with a value upon submitting the said Form. I have the following formula in OnSelect. Meanwhile, I obtain an error stating 'ThisItem' isn't recognized. Why is this? How can I reference the current record?
SubmitForm(MyFormEdit); Patch(MyTable,ThisItem,{MyColumn:"MyValue"}); Navigate(ScrMain);