Questions tagged [power-automate]

Microsoft Power Automate (formerly Microsoft Flow) is a business workflow automation tool. Use this tag for questions about issues or questions regarding building/designing Power Automate workflows, configuring them to work with additional applications in the MS Power suite, or with other MS products like Office or SharePoint. DO NOT use this tag for questions about license issues with Power Automate

Microsoft Power Automate (formerly Microsoft Flow) is a business workflow tool for automating workflow processes in an online environment. It connects with other Microsoft Power apps, Microsoft Office products, SharePoint, external services such as Twitter, Facebook, and on-premises environments to communicate with applications like SQL or Excel.

Links

2180 questions
0
votes
1 answer

How to access flow variables from javascript in power automate

I'm working on a power automate flow and I'm having some trouble. I copied some text to my clipboard in the flow and i asigned it to a variable in my flow. I'm trying to parse the variable using the javascript scripting feature but i'm getting a…
Brandon Piña
  • 614
  • 1
  • 6
  • 20
0
votes
0 answers

Send csv Data from power bi each month to user's Email Using power Automate

I'm trying to set a flow that exports data from a table in power bi and send it as a file.csv every 1st of the month to the user who triggers the flow. I used power automate but can't seem to add a recurrent option to it : Does anybody knows if…
MonaB
  • 1
0
votes
1 answer

Power Automate: How can I void the DocuSign envelope using Custom Connectors with a dynamic envelope id?

I would like to create a custom connector into Power Automate to void the DocuSign envelope (contract). But the issue is I don't want to pass the envelope id as in URL this envelope id will be dynamic/parameter. I know, we can pass this…
0
votes
1 answer

Office Script (TypeScript) code to advance one cell every time the code runs

Coding Geniuses I am pulling images from power automate into excel using the following Script code: function main(workbook: ExcelScript.Workbook, sheetName: string, address: string, base64ImageString: string) { let sheet =…
EPStudio
  • 47
  • 6
0
votes
1 answer

Trigger for replying to a message in TEAMS from a keyword keeps looping

I am using Power Automate to look for a keyword in a message posted in a channel in TEAMS and then send a reply. The problem is the reply message keeps sending and I have no idea why.
0
votes
2 answers

Excel Power automate when any changes or additions

I really cant find how to automate this using power I have an excel file which contains a lot of rows The table has columns at row 1 filtered There are two columns C and D - i am interested if they are either "X" OR "Y" I need to get a notification…
0
votes
1 answer

Power Automate: "When a work item is created" (DevOps) NOT WORKING

Created a very simple flow. Both tried triggers "When a task is created" and "When a task is updated". Both have the same errors. They working for you guys? Tried 2 different projects in DevOps, same error... TF212023: You cannot compare fields with…
0
votes
0 answers

how to convert doc into docx using power automate

I have written a code in C# which converts doc file into docx file. the word documents are looking for template on network drive which is slowing the process. It is taking more than 20 mins to just open the doc file. Is there any way using power…
0
votes
1 answer

Cannot Export and Import Flow that depends upon a Custom Connector

I have a Dataverse solution containing a single Cloud Flow. Some of the flow shapes make use of a Custom Connector. I have three Dataverse environments: Dev, Test and Prod. The cloud flow is developed in Dev, then the solution is exported as a…
0
votes
1 answer

Monitoring long running Power Automate Cloud Flow from Azure Function App

I need to be able to execute a long running Power Automate Cloud Flow (say 2 hours) from Azure Function App(using Visual Studio for development). My set up: I have Azure Function App With Durable Function that executes…
OOIOIOO
  • 1
  • 3
0
votes
1 answer

Trigger Azure AD Protected API hosted in Azure Web Apps from Power Automate

We have a Web API hosted in Azure as an Azure Web App. This API requires an access token from our Azure AD to authenticate. This API works when triggered via http from a client application. However, we need to trigger this API to run on a schedule…
0
votes
0 answers

Power Automate - Update a list item based on a SharePoint site based on the status of a list item on a different SharePoint site

Goal: I want to update a list item on a SharePoint site based on the status of a list item on a different SharePoint site. Details: When an item is created on a list on the ACN Sharepoint Site, it is automatically created on a list on the TG…
Susan
  • 1
0
votes
0 answers

BadRequest in Power Automate while the attachment is uploaded to Sharepoint

I am setting up a flow in Power Automate to retrieve details from a Microsoft Form. What it does: Get the reponse details from Microsoft Forms Creating a new item in a Sharepoint list If one of the questions is answered with yes, the following will…
Melissa
  • 1
  • 2
0
votes
1 answer

PowerAutomate ForEach user loop

I have an automate-admin account (as a global admin) that runs my flows. Some graph API calls run in the context of the user, and return results related to the user calling (i.e. functions that list my planner tasks). Is it possible for the…
morleyc
  • 2,169
  • 10
  • 48
  • 108
0
votes
1 answer

TEAMS Connector to Facebook Workplace

I am looking to connect TEAMS channel posting with Facebook Workplace posting. The requirement is to copy over the Facebook posting to a specific TEAMS channel. The copy will include the text write up, links and pictures/videos in the Facebook…