|
|
|
|
|
by paradice
1679 days ago
|
|
I use it at work together with Azure Functions. Power Apps is great for small functionalities you need for Azure resources. My latest example is a logic app that triggers an Azure DevOps release. When I trigger this logic app via HTTP I also pass some parameters that the release definition expects. Another example I made is to get Microsoft Forms answers that users submitted straight into a SQL Server DB. You literally cannot programmatically get the answers in any other way, by design. Its either logic app component or export to XLSX. |
|