Good Morning;
I am trying to update a Dataverse for Teams table from a PowerApp on Teams as well. The issue I am having is that the Patch command on a button doesn't seem to be updating the table when I click it. I thought the issue might be just variable types so I tried directly entering text into both of the fields (the fields on the Dataverse table are both Text as well), but that doesn't seem to be working either, as no new records are being created.
The code I am trying to use is (and this is just the testing text version):
Patch(Projects,
Defaults(Projects),
{'Project Name':"Text Project",
'ProjectTypeText':"Major Projects"
}
)
Where Projects is the name of the table and 'Project Name' and ProjectTypeText are the two text columns on the table that I am trying to create a new record in.
I have tried a bunch of different versions of this code, but nothing seems to be working, so I am not sure if I just can't update through PowerApps for teams, or if there is a different command I should be using. I tried doing several searches, but everything that came up was for PowerApps the full version not for teams, so it was of no help.
Thanks
Gerry B

Report
All responses (
Answers (