Hello Community,
I am trying to call a Power Automate flow on OnSelect of a button.
But, sometimes the app is not calling the flow and sometimes it does.
In preview mode it is calling the flow everytime I click the button, but when I play the app in edit mode, it is not calling the flow properly, sometimes it calls and sometimes it doesn't.
Below is my code for flow on OnSelect of the button.
DemoFlowAzure.Run(
JSON(colFlowData),
"abc",
galSurveyTemplate.Selected.'Source survey identifier',
First(
Filter(
'Customer Voice survey email templates',
'Source survey identifier' = galSurveyTemplate.Selected.'Source survey identifier'
)
).'Survey email template',
JSON(colStakeholders),
dteSendOn.SelectedDate
);
Could anyone please help me on how could I fix this issue?
Solved! Go to Solution.
Ok so this is the problem. HTTP connector is a premium connector now, so you will not be able to use it unless you/O365 admin have purchased it.
Hi @Anonymous , when you play the app and the app does not call the flow, can you see any error message in the edit mode again?
Also, it will be helpful if you could share the flow which you are trying to call from the app.
Hi @JamesYumnam, Thanks for responding.
Actually, I am not getting any error neither in the flow nor in the PowerApps.
There is no error messages.
After clicking the button, PowerApps keeps on processing (those 5 little dots on top) and subsequently we are forced to restart the PowerApps.
P.s: The flow is quite large as well as confidential to paste here
Any idea why is it happening?
Hello,
Can you check whether the flow at least gets started. You can check the same in Flow Run History. If so, then your PowerApp is timing out while waiting for flow to finish its work. Default Timeout for PowerApp is 2 mins and unfortunately it cannot be changed.
Ok in that case best would be to remove flow association from PowerApp and then readd it. This does the trick most of the times.
I am getting this error when I am trying to reconnect the flow to PowerApps again.
Ok so this is the problem. HTTP connector is a premium connector now, so you will not be able to use it unless you/O365 admin have purchased it.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
208 | |
97 | |
60 | |
54 | |
52 |
User | Count |
---|---|
257 | |
159 | |
87 | |
79 | |
65 |