90 questions
0
votes
0
answers
24
views
Power Automate to pick up URL of site it is run from
I am developing a SharePoint online permissions app so people can request and approve permissions to document libraires. I have everything working but the request part it currently picking up the ...
0
votes
0
answers
115
views
how do i get a parameter value from power automate flow to power bi
I have a scenario that I am working on. I have a slicer to select a table name and a power automate button to execute the flow. the flow has to execute a sql query which executes couple of stored ...
0
votes
0
answers
79
views
Power Apps Custom Connector with SSE (Server Sent Events)
Can anyone show me an example of how to build a Power Apps Custom Connector with SSE(Server Sent Events) ?
Do we know if Custom Connector supports SSE ? I have seen examples of Custom Connector with ...
0
votes
0
answers
33
views
Create a Power Automate flow - Form 1 to Form 2
I'm wracking my brain trying to create a Power Automate flow in which upon submitting a Microsoft Form (Form 1), another Microsoft Form (Form 2) launches automatically. The second form needs to launch ...
1
vote
1
answer
102
views
Issue with data sync between Box com and SharepointOnline
Good day to all,
I wanted to use Power Automate to synchronize files between Box.com and Sharepoint Online.
I have created a flow which checks the files from Box.com as soon as they are created and ...
0
votes
1
answer
768
views
Power Automate: Condition Not Triggering When "Search for Users (V2)" Returns No Results
I'm working on a Power Automate flow where I use the Search for Users (V2) action from the Office 365 Users connector. The flow is designed to trigger a condition based on whether any users are found ...
0
votes
0
answers
295
views
PowerAutomate workflow to MS Teams channel does not return the 403 status when quota is exceeded
I recently started testing a workflow that is using the "Post to channel when a webhook request is received" template to send messages to a Teams channel.
When I send a message after the ...
0
votes
1
answer
965
views
get calender from another user - PowerAutomate
I have an instant cloud flow that checks whether vacation requests have been created in the SharePoint list. If so, the flow should automatically create a calendar entry in the respective person's ...
0
votes
2
answers
683
views
Why is this flow activating an infinite loop?
I don't know why this flow on power automate is activating an infinite loop.
I got the issues when i'm adding or deleting attachments, but i'm using just one ID
Flow
Warnings
I tried with trigger ...
0
votes
0
answers
124
views
How to get time reminder before 1 hour in outlook using power automate
I have a SharePoint Online list named "Medical Appointments" having some columns including Select date [Appointment Date] with time. Now, I need to create an automated flow like whenever a ...
0
votes
1
answer
287
views
How to copy files from one drive to adls using logic apps
my logic app trigger action is when an http request is received. after that there is share point action is there name is get file content. so here i want to add parallel branch with action name is get ...
1
vote
1
answer
194
views
Are Microsoft's OpenAPI definitions of their Power Automate components available?
I was reading through the documentation for the SharePoint API in PowerAutomate and I noticed that the Returns category of certain actions is undefined in the docs, however in the PowerAutomate page I ...
0
votes
1
answer
58
views
Power Automate to Generate Notifications re: PBI Workspace Access Changes
Can Power Automate be used to generate notifications about Power BI workspace changes such as: 1) adding/removing a user from a workspace; 2) updating user roles or permissions within a workspace; 3) ...
0
votes
1
answer
934
views
Hourly extract of Power Automate cloud flows runs history for reporting into PowerBI?
Is it possible to automate the export of Power Automate cloud flow runs history so that it is available for reporting in a powerBI dashboard, on an hourly basis?
I'm aware of:
Manual csv export from ...
0
votes
1
answer
270
views
Why is power automate reading my JSON OAS file as YAML?
I am attempting to create a custom connector in Power Automate to send data to my company's quoting/inventory software. The API documentation is here and the OAS is here. The OAS is too large to ...
0
votes
1
answer
212
views
How to change the order in which parameters are arranged in the body of post to a soap api from an azure portal custom connector
I am trying to get data from a soap api. From most of the endpoints it is going without a hitch. I am working in azure portal and have set up a custom connector. The logic app I'm building uses this ...
0
votes
1
answer
3k
views
How to send a SQL query output as a mail using PowerAutomate and ADF
I have a task in which i want to send a SQL QUERY OUTPUT as mail body using Power Automate and ADF.
i am creating a Lookup activity in ADF where i am passing my query as:
select * from adventure ...
1
vote
0
answers
314
views
Remove all '/n' from body of the HTTP request for end point to accept the POST action in Power Automate
I am building a flow that does 2 HTTP requests, one to get CSV data, and a second one to POST this CSV data.
The end point receiving the POST request is a bit sensitive and requires all the details in ...
1
vote
1
answer
2k
views
Using Power Automate to connect to OAuth2 API through Azure API Management
I'm trying to set up the following workflow:
Use Azure API Management to configure authentication to a 3rd-party API
Use Power Automate to access data from 3rd-party API by passing through Azure API ...
1
vote
2
answers
1k
views
How to Import/Export Power Automate flow with AI Builder Custom Model?
I have created Power Automate Flow with AI builder custom models to read data from PDF and add that data to SharePoint list in my office 365 tenant (For example: https://contoso.sharepoint.com/).
Now, ...
0
votes
1
answer
1k
views
Alternative of "oneOf" construct in OpenApi 2.0 JSON
I am trying to create a JSON that will be parsed with OpenApi 2.0 swagger definition in Microsoft Power Automate Custom connector.
This is the JSON i have currently
"connectionParameters" : {...
0
votes
0
answers
6k
views
ActionBranchingConditionNotSatisfied The execution of template action 'Client_Locations' skiped the branching condition for this action isnt satisfied
I designed a flow on Microsoft Power Automate, First it was working fine now I am facing trouble in getting result. I am attaching screenshots of flow so it will be easier for you to understand.
There ...
1
vote
2
answers
10k
views
Power Automate - Wait till Power BI dataset refresh completes\fails
I have created a Flow in Power automate, have used a Refresh a Power BI dataset component , there is no issue in terms of functionality as such and I am able to refresh the dataset successfully - so ...
3
votes
0
answers
321
views
Power automate custom connector that can be used with multiple endpoints
Is there a nice way for a power automate custom connector to support multiple server addresses?
The method I found on the web seems to be where each and every operation would require a URL query ...
0
votes
1
answer
3k
views
Create multiple tasks when a user story is created and Add Link as Child in Azure DevOps
We are using Power Automate to automate some of the regular activities in every sprint. Therefore, I want to create a flow that "As Soon as the User Story is created and matches the criteria"...