Hello everyone
I need a big help here I am writing a powershell script to execute from my powerapps. I pass three parameters into the flow which is the environment (ie Para1), User Guid(ie Para 2) and the APP ID GUid (ie Para 3). I need to make it run as a powershell script
Below is my code that is going to create a file in onedrive. I am just guessing this is the way to do it
param([string] $Environ = Para1,
[string] $Userguid = Para2,
[string] $Appguid = Para3
)
Remove-AdminPowerAppRoleAssignment -$Environ -AppName $Appguid -RoleId $Userguid
Hi @mpezzutti
You cannot directly run a PowerShell script from Flow or PowerApps. You can invoke a function app or a script from Azure automation for something like this: http://johnliu.net/blog/2018/4/run-any-pnp-powershell-in-one-azurefunction-from-microsoft-flow
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I do not know if my coding is correct! Also I do not know if Im doing it correctly . What should I do after the one drive could you please indicate what I have to do in Azure Automation and the coding. Im really lost
Thanks Marco
Hi @mpezzutti
It will not work like that. You might want to follow this blog here: https://practical365.com/microsoft-365/how-to-run-powershell-scripts-to-automate-manual-processes-in...
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
43 | |
17 | |
15 | |
15 | |
13 |
User | Count |
---|---|
67 | |
37 | |
27 | |
20 | |
18 |