SOLVED

Sharepoint list save button

Copper Contributor

Hello,

 

I have a list and I have integrated a powerapps with it, is there any way we can change the logic behind save button?

 

currently i have provided a save button in powerapps which saves a form and creates a new record in powerapps and clears all form field to create another record.

 

can we do the same with the save button provided with sharepoint list?

1 Reply
best response confirmed by irshad313 (Copper Contributor)
Solution

@irshad313 Yes, you can set the OnSave property of your SharePointIntegration object to do whatever you want.

 

Check:

  1. Hide or disable the "Save" button at the top left of the PowerApps form 
  2. How to hide save button custom form 
  3. How to remove default Save and Cancel button on Customized SharePoint form through PowerApps 

You can vote on this idea/feedback too: Hide Default SharePoint buttons like Save & Cancel 


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

1 best response

Accepted Solutions
best response confirmed by irshad313 (Copper Contributor)
Solution

@irshad313 Yes, you can set the OnSave property of your SharePointIntegration object to do whatever you want.

 

Check:

  1. Hide or disable the "Save" button at the top left of the PowerApps form 
  2. How to hide save button custom form 
  3. How to remove default Save and Cancel button on Customized SharePoint form through PowerApps 

You can vote on this idea/feedback too: Hide Default SharePoint buttons like Save & Cancel 


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

View solution in original post