web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Import excel data to p...
Power Apps
Unanswered

Import excel data to power Apps and submit to SharePoint list

(0) ShareShare
ReportReport
Posted on by 154

Dear Power Apps Community

I need to create function import file excel or csv file template for submit to Share point list , now i can submit only one record by submit edit form.

if i need to submit many record   , Concept as picture it's possible right ? 

 

 

Import Excel.JPG
Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    Please Follow these steps:
    1. Create a properly formatted Excel table with your Data covering the columns you have in table, ID, Name etc.

    2. Import the excel File:

    Excel Import.JPG

    3. Create a collection with the Table inside the Excel file:
      ClearCollect(MyCollection,TableNameInExcel) With this the data would be in powerapps ready to be used.

    4. The next step is to Push the data to SQL:

          ForAll(TableNameInExcel,
          Patch('[dbo].[SQLTable]', Defaults('[dbo].[SQLTable]'),
          {FieldInSql: field1InTableNameInExcel,FieldInSql: field2InTableNameInExcel} ) )

     

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Art_Ratta Profile Picture
    154 on at

    Sorry , i not clear this concept , Destination is not SQL , but it's share point list , could you please recommended.😂

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 366 Most Valuable Professional

#2
11manish Profile Picture

11manish 184

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 99 Super User 2026 Season 1

Last 30 days Overall leaderboard