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 / Is there a way to ask ...
Power Apps
Answered

Is there a way to ask the user for a excel, then analyze the excel against a Microsoft List and then show an output of similar data ?

(0) ShareShare
ReportReport
Posted on by 34

I have a Power app, i want to make the app to ask for a excel to the user, once the user upload the Excel the app compare the Excel with a Microsoft List

The list have in common the name of a Ice Cream and the requested data, that is the excel that the user upload, and the available one, that is the Microsoft List data

Once the comparison finish, it need to show the difference of the requested and the available, that data can be positive or negative

 

Is there a way to do it in Power app, if not, what or how i can do it ?

Categories:
I have the same question (0)
  • BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    Use PowerAutomate to get excel data back to powerapps into local collection. Compare local collection against your list data source.

  • Mauser Profile Picture
    34 on at

    And how I can do that, please elaborate

  • Verified answer
    BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    This is in assumption that uploaded excel has a table to deal with.

    High Level Steps :

    1. Using attachment control , ask user to upload file.

    2. In OnAddFile method of your attachment control , call Power Automate and pass on the uploaded file to it as Parameter. 

    3. In Power Automate , Upload that file to either onedrive or SharePoint.

    4. Use excel online connector to get rows from excel file.

    5. Then use ParseJson to parse outpot of Get Rows.

    6. Send that output as a response back to powerApps and assigned it to your collection.

    Something Like This

     

    ClearCollect(
     locExcelData,
     PowerAutomate.Run({File: File}).Output
    )

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 324 Most Valuable Professional

#2
11manish Profile Picture

11manish 193

#3
Valantis Profile Picture

Valantis 138

Last 30 days Overall leaderboard