I want to execute a snippet of python code based on some trigger using Microsoft-Flow. Is there a way to do this?
Basically I am exploring on Powerapps and Microsoft-Flow. I have data in powerapp, I can do basic operations there. But, I want to execute a python script whenever a user press button in the powerapp and display the result on powerapp
it1352
1
2020-09-15
I am trying to integrate Power Automate with Azure DevOps boards. I want to create a new work-item in my backlog, when a new email arrives, containing a particular subject. I have achieved, it using existing templates.
Now the problem I am facing is, when this backlog item is created, I want to add a parent feature link to this backlog item automat
it1352
0
2020-09-17
I'm using web api to import data into powerbi. After every refresh, old data is replaced by new data of web api so my question is how can I store that old data in power bi ?
Solution Power BI will not store data, unless you have a query source that will support incremental refresh.
https://docs.microsoft.com/en-us/power-bi/admin/service-premium-i
it1352
1
2020-09-05
I have got a Microsoft flow using a Dynamics (Common Data Service) connection. The Dynamics user I'm using can access several environments in the tenant.
If I export the flow and import it in a new environment I'm able to choose/create a new connection for the destination environment, so no problem there.
But I haven't found a way to change the "
it1352
0
2020-10-27
I have a SQL execute function generating a simple table on Power BI. This table updates when there is a refresh with the latest data, which is good. I was wondering if there was a way to create a new table in power BI that is the historical data from the SQL query? The idea would be the original query updates at a set time everyday, and then tha
it1352
1
2020-09-06
How to automatically Refresh Power Pivot Window when i open excel file , without going the Power Pivot Window option in power pivot tab?
Solution Vinoth,
It is possible to write VBA that triggers a 'refresh all' by placing the code in the Workbook module and using the Open_Event to trigger it as the workbook is opened.
If you are using 2010 then
it1352
2
2019-05-16
I have data in sheet 1. Normally I go to power query and do my transformations, then close, and load to an existing sheet 2.
I would like to automate this using VBA, where I can just run my power query automatically and populate the transformation to sheet 2.
Macro recorder doesn't seem to allow me to record the steps. And there isn't much online a
it1352
0
2020-10-31
I want to purge an Azure CDN endpoint from Microsoft Flow. The CDN Profile's Pricing Ties is Standard Verzion.
I have created a Microsoft Flow with an HTTP - HTTP action.
I used an URL generated by the tool shown by clicking on Try it on https://docs.microsoft.com/en-us/rest/api/cdn/endpoints/purgecontent and filling the necessary fields.
I want
it1352
1
2020-09-16
I'm trying to write a PowerShell script that will automate my IIS website deployments. I'm trying to run the scripts on my Windows Server 2008 R2 machine, under 32-bit in:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
Whenever I run a WebAdministration command such as this:
Get-Website -Name "MYWebsite"
I get an error like this:
it1352
1
2019-05-21
I want to write a script that run using azure power shell to automate adding the Web Application configuration
Azure > MyWebApp > Application Settings > App settings
It's look like key = "value"
I write this script
###########################
# MyApp Config Automation #
###########################
#Begin
$subscriptionName="MySubscriptionName
it1352
0
2019-05-08