Questions tagged [power-automate-flow]

28 questions
2
votes
1 answer

Power Automate - Action Export_To_File_for_Paginated_Reports failed

I am using Power Automate to Export an Excel file from a Paginated Report and then emailing that Excel report to a user. It works 100% for small data sets, but when I use a large data set where the Excel file size will be 7mb I get the below…
Etienne
  • 7,141
  • 42
  • 108
  • 160
1
vote
0 answers

How to do I resolve Power Automate Cloud Flow Error Status Code 302 HTTP

I have a flow where the following is taking place Query an SQL Database and retrieve a dataset with 21780 records Parse the ResultSets.Table records over to JSON Using HTTP connector perform POST to an Excel worksheet This has worked in the past…
Geovani Martinez
  • 2,053
  • 2
  • 27
  • 32
0
votes
0 answers

Count Pictures with power Automate in Web

I´m currently building a small Power-Automate-Flow to collect some data from a Website. This has been working well until now, because I have to count small pictures (picture below). I need to know how much white/black circles there are. Here´s the…
0
votes
0 answers

Python Watchdog script does not detect files created using a Power Automate Flow

I am having an issue where I have a Power Automate (Cloud) flow that automatically saves e-mail attachments in a specific folder and a Python Watchdog script watching that folder. However, the script does not trigger when files are added from the…
0
votes
0 answers

Unable to select expand drop down on connect drop down within Power Automate Desktop flows connection

In Power automate I am attempting to migrate my desktop flows connections from 'on premises data gateway' to 'directly to machine' as per the deprication of gateways on June 30th 2023. When trying to click the connect drop down, it's almost as if it…
0
votes
0 answers

PowerAutomate - Adding a row into a table keeps looping and never ends

My PowerAutomate flow to populate an excel file keeps an infinite loop. The overall flow is like that: 1 - list rows present in a table 2 - Delete each row 3 - list tasks from planner 4 - compose 1 - Get multiple assignees 5 - Combine Assignees into…
0
votes
0 answers

How do I insert into a multiple choice lookup column data from an Excel table

I made this same question on the Power Users forums here I've been following this video on how to import Excel data into a SharePoint list: https://youtu.be/uEZI_b1Gs-k?t=940 There is a column on my SharePoint list that is a lookup with multiple…
0
votes
0 answers

Adding a measure value from power bi in power automate template's mail body using dynamic content

Here I have set a trigger in power bi if value triggers above threshold then send alert email,then I have create a power automate flow and want to add a dynamic content of Power BI measure value in the email Body.But here i can only pass this 5…
Smit Shah
  • 1
  • 2
0
votes
0 answers

Troubleshooting 'Not Found' Error in Power Automate Flow for Updating and Deleting Google Calendar Events from Outlook Trigger

Description: I am attempting to set up a Power Automate flow that integrates the Outlook: When an event is added, updated or deleted (V3) trigger with Google Calendar's create, update, and delete actions. Issue: I have encountered a problem with the…
AllramEst
  • 1,319
  • 4
  • 23
  • 47
0
votes
0 answers

When a new event is created in Office 365 Outlook calendar, power automate flow will create a task in Planner

I have taken a power automate template.In create a task action (Assigned user id vaues is not taking).How can we add multiple user ids so that we can assign a single task to multiple users that will display in the planner.How can we display assigned…
0
votes
0 answers

Dynamic parameters in Power Automate triggers

I created a power automate flow that is triggered by "Item create" in the share point list with the trigger 'When Item is creted' Now, I don't know how to make the share point site and list name paramtetrized. That is I need them stored as some…
Dmitriy Ryabin
  • 363
  • 3
  • 16
0
votes
0 answers

Power Automate - row update on composite key in MySql connector

I'm building a Power Automate flow, with goal of updating specified rows in my MySql database. The issue is, that table I'm trying to update has a composite key of three values: id_product, id_lang, id_shop. I've built a following update row…
0
votes
0 answers

Power Automate runtime parameters possible in expressions?

I have a flow where I'm attempting to show the questions and answers to a survey. Both are stored in SharePoint lists. The answers are stored in a single row, one field per response (the response is a single-valued choice). The questions are stored…
0
votes
1 answer

Is there a way to convert unstructured date strings to proper Datetime types?

I am currently building something which OCRs dates which are written down without much structure/uniformity, i.e. they may be recorded as "Sat 5/8", "Saturday 05/08", "05/08/23", "5/8/2023", etc. I would like to be able to process this as best as…
0
votes
0 answers

Power automate Send an HTTP Request to SharePoint action oData pwa api access denied

I have a flow that used to work but now it fails at the Send an HTTP Request to SharePoint action that accesses pwa api through oData query to online project office365. If it is a permission thing, what do I have to check to make sure I have it? I…
1
2