Hi Team
I have a customized form with buttons on power apps fine, as it uses datasource from sharepoint. I notice when i try and edit the form from datasource(sharepoint) the functionality for the button is not working only Save and Cancel. Is there a way for submit button(power app) that have customize that could way same in sharepoint?
Guest UserPosted Apr 5, 2024, 6:52 AM
Jadhav, i did the following but my agine is failing for one field.
Abhijeet JadhavPosted Apr 4, 2024, 9:10 PM
You can use the patch function in the PowerApps and update the sharepoint item.
e.g :
Patch( List, Defaults(List), { Title: "New Title Value" } )