Hi, I have never used Dataverse tables with PowerApps, and I assumed that PowerApps formulas would be the same whether I used them with SharePoint as a data source, or Dataverse.
I.e., function Patch. I am trying to patch the value stored in a text label in a form to a Dataverse table field named 'ParentID'. The syntax I'm using is Patch('MyDataverseTable',ThisItem.'ParentID',TextLabel) and PA won't accept it, whether the form Default Mode is New or Edit.