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
1
vote
1 answer

Power Automate Handle ñ foreign character in filename

I do some parsing for file name based on the Content-Disposition header field using the following expression: split(outputs('HTTP')['headers']?['Content-Disposition'],'"')[1] This function splits on " and returns the 2nd element Usually the…
Bijan
  • 7,737
  • 18
  • 89
  • 149
1
vote
2 answers

SharePoint Store : adding DocuSign app to a site via REST API in Power Automate

I have a Power Automate flow in which I try to install the App DocuSign in a new site collection among the existing Apps in it. I know there are endpoints/methods that install .SPPKG or .APP packages in the site. However I didn't find the one that…
Rivo R.
  • 351
  • 2
  • 8
1
vote
0 answers

Error executing Script to convert csv to xlsx

Good day! I have a problem. I am using a script combined with a power automate flow to automate the task of converting csv files from one folder to xlsx files located in another folder on OneDrive. In order to do this, I use this script: /** *…
1
vote
1 answer

Choices values based on column items of another list in Sharepoint

I am creating a PowerApps Canvas App,it has a page which contains an edit form connected to a data source 'Eform'(Sharepoint List). Eform has a choice field called Location. I want the values of the Location field to be dependent on items made in…
1
vote
2 answers

Can I run a flow in Power Automate from a button in a spreadsheet, without using VBA

I'm very new to Power Automate, so I may be going about this in completely the wrong way. Currently I'm using a 'When a file is Created or Modified trigger'. But I need it to be a bit more manual than that. Users need to be able to be able to double…
1
vote
0 answers

Sending attachment to JIRA througth REST API - Invalid characters

I'm trying to send to JIRA an attachment throught its REST API (POST /rest/api/2/issue/{issueIdOrKey}/attachments). I send this operation from a Power Automate flow. The JSON object that I'm sending is this: { "$content-type":…
1
vote
0 answers

Power Automate - How to disable the "Final status: Approved" message

I have a few Approval workflows and I was wondering if there is a way to stop/disable the second notification that it is sent after an Approved or Rejected action. For example the screen shot below displays a number of Final status: Approved…
sugarakis
  • 117
  • 9
1
vote
0 answers

Use @everyone in power automate

I am new to power automate, I would like to mention @everyone when Keywords are mentioned in MS Teams I tried but it rendered as text instead of a command that would notify everyone in MS Teams group chat. What can I do to make this possible?
1
vote
0 answers

Problem filtering by MONTH in ODATA Query in Get_Item step

We want to filter our Get Items step where the Month of the list column ContractStartDate is equal to the Month of Today. So we tried this: Month(ContractStartDate) eq Month(utcNow()) and Status eq 'Approved' and we got the Query is invalid error…
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
1
vote
1 answer

How to retrieve the data value and convert array to dictionary using power automate expression?

I have a form that sends data to a power automate flow. The output of the trigger for the flow is shown below. How do I transform the data to output this format { "Form ID": "67249", "Timezone": "America/Denver", "User Timezone":…
cymWorx
  • 13
  • 3
1
vote
2 answers

Set "charm" icon for Outlook365 using Power Automate or MS Graph API

I want to create events in Outlook365 calender where I specify the category and the charm icon (i.e. phone icon for calls, repair icon for tasks, etc.; as they are available in the calendar in the browser) using PowerAutomate or the Graph-API. An…
1
vote
0 answers

Importing/Appending Excel Files into Access Database using Power Automate

I am currently new to Power Automate and am wondering if there is a way to import multiple Excel sheets (all same format/column names) into the same data table in Access using the append option, doing so through Power Automate. To my knowledge there…
1
vote
1 answer

JSON Object to Array with Attribute Name using Power Automate

I am trying to create columns in a SharePoint List from JSON using Power Automate flow. I managed to create a column with a "Send an HTTP request to SharePoint" manually using : { "__metadata": { "type": "SP.Field" },"FieldTypeKind":…
Mano_Ala_1
  • 13
  • 3
1
vote
1 answer

Keep conditional formatting on a emailed flow (Power Automate)

I'm having problems on finding a way to keep the same conditional formatting I've configured on a Sharepoint list, when sending this list via a Power Automate email flow. I've tried it with and without a Compose task including a CSS before the…
1
vote
0 answers

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 the Body to have/r/n instead of /n. I had done…
cacharry
  • 99
  • 2
  • 12