Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

problems when running power apps on the sharepoint page it does not perform the power automate flow

(0) ShareShare
ReportReport
Posted on by 38

I have created 2 applications in Power Apps, one to delete data from a SharePoint table and the other to upload an Excel file to a SharePoint list. I have put both in a SharePoint Pages but when I run the second one (load Excel file into SharePoint list), sharepoint) the flow is not activated, it is not activated if I enter the power apps application, it is only activated when I enter power automate and gave it a try. Do you know why this reason is?

Categories:
  • Verified answer
    Joseq2 Profile Picture
    38 on at
    Re: problems when running power apps on the sharepoint page it does not perform the power automate flow

    In the end I used the monitor tool to see what happened when I loaded the app and it gave me the InvokerConnectionOverrideFailed error and what happened was that I had added to my flow an action to send an email from power automate that caused it to give this error, I share a video where they explain what this error is due to, I hope it will help whoever is developing.

     

    https://www.youtube.com/watch?v=OpE4U96-ys8

  • Joseq2 Profile Picture
    38 on at
    Re: problems when running power apps on the sharepoint page it does not perform the power automate flow

    Hi Anna I'm going to detail look I have the following sharepoint page where in it I detailThe 3 Steps to Load Data into a SharePoint List.

    Step 1 Download an excel file where the information to be loaded into the sharepoint will be loaded.(Image attached).

     

    Step 2 An embedded power apps where this app contains a delete sharepoint list button this I did with power automate formula .run (I did it this way because my company's policies prevent me from placing a button to make an http call). (Image attached).(Let me know if you'd like me to pass the flows in power automate to you).

     

    The code of the button Step 2 in power apps: BorrarDatosCargadosdeInventario.Run()

     

    Step 3 An embedded power apps where this app contains a button to upload an excel file what it does is that each line of the file sends it to the sharepoint list. (Image attached) (Let me know if you'd like me to pass the flows to you)

     

    The code of the button Step 3 in power apps:

    Set(
    varFlow;
    MigratetoSharepoint.Run(
    {
    name: Last(DataCardValue3.Attachments).Name;
    contentBytes: Last(DataCardValue3.Attachments).Value
    };
    Last(DataCardValue3.Attachments).Name
    )
    )

     

    The problem is that when I enter the sharepoint page I press the button from step 2 and your flow runs but the button from step 3 when I press it does not run the power automate flow. Then I tried to enter power apps and run the application from there for step 3 when loading the file and pressing the button the power automate fujo does not run either. What works for me is to go into power automate and from there I go into the flow, load the file and test the flow and it runs.

     

     Do you know why this reason is?

  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at
    Re: problems when running power apps on the sharepoint page it does not perform the power automate flow

    @Joseq2   it is not activated if I enter the power apps application, it is only activated when I enter power automate and gave it a try, can you please elaborate this more?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,653 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow