I am writing a pcf component for a power app and need to have CRUD methods to interact with dataverse tables.
I had no problem reading data, but when dealing with updates I didn't find anything to do it, under microsoft guide there should be a method called setValue (https://learn.microsoft.com/en-us/power-apps/developer/component-framework/reference/entityrecord/setvalue) but when reading into my node modules on my project i didn't find any references. The only indication on the documentation states that my model-driver app should be experimental, how do i set it?
Another try was to use webApi.updateRecord but i receive the error: "updateRecord: Method not implemented".
Current version used:
"@types/powerapps-component-framework": "^1.3.15"
node version; v20.17.0
npm version: 10.8.2
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.