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?
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.
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?
@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?
WarrenBelz
146,653
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional