Announcements
How to save data to sharepoint?
I have data 4 type (Departname , Team , Name , Date)
I want to save data excel in sharepoint.
Please guide me about it.
Here's a good walkthrough on how to use Power Apps with SharePoint. PowerApps submit form to SharePoint Online list - SPGuides
But if you are trying to take a set of data that is in Excel and move it to SharePoint then Power Automate is the appropriate application for that.
Hi @Anonymous ,
You can use the below formula format and update the control name and datasource name as per your requirement. I tried to guess the control based on your screenshot but feel free to change it.
Patch(DataSourceName, Defaults(DataSourceName),{ColumnNameinDataSource: DropDown_name.Selected.ColumnName,ColumnName2inDataSource: DropDown_Team.Selected.ColumnName, ColumnName3inDataSource: DropDown_Department.Selected.ColumnName, ColumnName4inDataSource: DatePicker1.SelectedData })
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@PriyankaGeethik If after save save I want popup message text "save completed"
Please guide me more about it.
You can use Notify function for displaying any message.
Notify("Data save completed",Notification.Success)
@PriyankaGeethik Set in button save right?
Yes
@PriyankaGeethik Set it on select after patch right ?
@Anonymous Yes
@PriyankaGeethik It error as below.
After Patch() please add separator ';' or ',' which ever depends on your environment.
Under review
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 510
WarrenBelz 426 Most Valuable Professional
Vish WR 281