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
2
votes
1 answer

He does not allow me to send images with a size greater than 800kb

I created a flow in Power Automate for it sent scheduled mails from a Sharepoint list, the Sharepoint list contains columns such as Subject, Recipient, Hyperlink, Date and Time sent, and additional I make use of the attachments column for him sent…
user15500092
2
votes
1 answer

How to create a SharePoint list item based on two Array Variables

This is related to power Automate. I have two array variables here. Say Array A=[1,2,3] and Array B=["abc","xyz","ghj"] Now I need to run flow and create a SharePoint list item based on this two arrays. Three SharePoint list items will be created…
user3589162
  • 99
  • 1
  • 9
2
votes
1 answer

Power Automate sync/download to Dropbox file at URL link in email

I am trying to create a Power Automate flow that automatically syncs to Dropbox a file contained at a URL link in emails. The email is always from the same email address, let's say: "example@example.com" The URL link always has the same hyperlinked…
Rycliff
  • 127
  • 1
  • 9
2
votes
1 answer

Tag team members in an automated Teams message

I have an Excel spreadsheet for an on-call rotation. With the help of this answer, I was able to use Power Automate to trigger an automated Microsoft Teams message containing the names of people on schedule. Right now, Power Automate is just…
puter
  • 97
  • 9
2
votes
1 answer

Iterator Only Repeating Its Max Potential Value in Nested For Loop (Office Scripts)

I'm using Power Automate & Office Scripts to build a way to do batch creates in Excel. Essentially a way to send an array of values to a script in Excel that then updates an Excel table with all the values in the array. Office Scripts use the…
2
votes
1 answer

Edit many sheets in same time - Excel online No VBA or Power automate or else

My team had to move to Office365 and we cannot use anymore our former MS Excel with his VBA or our former G Sheets with his Scripts. I already redo the workbook. Basically, it has many exactly same sheets. The only difference between the sheets is…
2
votes
0 answers

Create intake form process with automation for Azure DevOps (ADO)

I'm wanting to create an intake form that will create a new work item on a Azure DevOps board. Right now I've got a Microsoft Forms form create and have lightly tweaked the pre-made Power Automate script that is provided for this purpose. Right now…
2
votes
1 answer

Microsoft Power Automate "Switch" - Action not matching Case results

I have a flow with a switch control triggered by a form, where the switch depends on the answer to one of the questions (Single Choice + "Other" with an empty space, hence the "Default" case). There is also Compose action to replace spacing before…
JoaoPeres
  • 21
  • 3
2
votes
1 answer

Unable to authenticate to Azure DevOps using Personal Access Token (302 redirect)

I followed the Azure DevOps docs for how to create a Personal Access Token, convert the token to Base64 and GET repo branches, but I cannot successfully request. What am I missing? PowerAutomate Action: HTTP Request Where myOrg, myProject and…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
2
votes
1 answer

Power Automate Flow Dataverse Connector Delete trigger - customize Body fields

I am using the Dataverse connector for Microsoft Flow. I am using the Delete trigger to run my flow whe a row is deleted. I then would like to call an 3rd party API, but I need other fields from the row being deleted than is provided in the body of…
user210757
  • 6,996
  • 17
  • 66
  • 115
2
votes
0 answers

Microsoft Power Automate and Azure Devops with guest users

In our ADO organization, all the users are registered in AD as guest users. My user is set as the organization owner. I'm trying to create a flow in Power Automate, but this organization does not appear in the list of organizations. I tried to type…
user2717436
  • 775
  • 1
  • 10
  • 23
2
votes
1 answer

Multiple conditions with contains in power automate desktop

I want to evaluate multiple conditions in one If statement in Power Automate Desktop. I have been able to do it with the basic operators (=, >, <, <>, etc.) and using IsEmpty. But I have not found any documentation about how to use it with…
2
votes
1 answer

Power Automate Custom Connector - Token Invalid, Invalid Audience

I have built a few custom connectors before but for some reason am having real issues getting a custom connector to authenticate against an api i have written. The API is written in .netcore 5, hosted as a WebApp in the same tenant i am trying to…
2
votes
1 answer

Is there an IN operator for Power Automate Odata List Rows - Filter Rows expression

What is the syntax of a Filter Expression for the DataVerse List Rows component, using a comparison similar to the SQL IN Statement. I have tried things such as name in ('name1','name2') with no luck.
Tim T
  • 140
  • 2
  • 11
2
votes
1 answer

How to trigger a Power automate flow at a specific time (not schedule) using Canvas app?

So I am trying to build this application using powerapps. In the application, the user can set a specific time at which an event should occur (example sending an email or make a social media post at the specified time). So my approach for building…