Power Automate Search

Search

Re: Updating a row in Excel using Forms and Power Automate duplication problem

Community

@Nelly834 You are not following my screens carefully. you are selecting data from list row present in table in both excel connector.   Thanks Hardesh

Add dynamic table to adaptive card

Community

Hi guys,   I have a HTML table that i send over email. Was wondering how i can move that to adaptive cards using columns.   The current HTML table has fixed header and dynamic rows. The...

Re: How to terminate a Apply to Each loop?

Community

@Mira_Ghaly ,   Well...  it fundamentally does work.  However, the point of it is to save time.  It still takes 32s to run through all 71 items of the loop.  It finish...

Re: HTTP Request Error - Property does not exist on type

Community

@silverwolftan    Are you sending header as application/json. Sample below.   { "accept" : "application/json;odata=verbose" , "content-type" : "applicat...

Re: Multiple Attachments on Approval

Community

There are extensions for Edge and Chrome that will format JSON.  If you do that you can download the output and take a look at what is being attached.  If you do download the output it shou...

Re: Error running Flow on an initialize array step

Community

I ended up fixing this.  The backslash (\) was getting escaped when I didn't want it to.  To get around this, I used the unicode equivalent "\u 005C" in place of "\".  After I saved th...

Getting Error while pushing data to queue item

Community

I was trying to create record in queue item using workflow it was working fine without giving the "worked by " column in workflow configuration. But I am getting the following error if I select team ...

Re: SharePoint to SQL

Community

Hi All,   Can any one help me out on the question which i asked in the below blog?   https://powerusers.microsoft.com/t5/Building-Flows/For-each-record-copy-multi-select-column-value-s-...

Teams channel replies into excel table

Community

I am logging Teams channel new messages into excel for tracking of activity. Is there a way for replies to those new messages to be captured as well? I do not find reply as a standard trigger in powe...

Asana - creating custom id

Community

Hello,   I would like Asana to generate a new sequential job ticket # every time a new task is created.  Unfortunately, this is not a standard feature in Asana, so Asana recommended creat...

Auto Reply from a Shared Mailbox after hours

Community

We want to setup an auto reply when clients email our Support email after hours. Here is the criteria:   If email arrives in Shared mailbox (Support@) If From email address does not equal (4 ...

Re: Send Email (V2) Preview does not add hyperlinks to email alerts

Community

Hi,  workaround f or creating links in Send an email (V2) : 1. Initialize two string Variables:   2. Values: LinkToItem1: concat('

Re: Help with Trigger Conditions with SharePoint

Community

Take a look at the incoming JSON when the trigger fires.  I've found that you can't do a trigger condition on a complex object like a choice column.  But if you look closely you will see a ...

Re: Parse HTML Email body

Community

Hello, you never pasted the HTML source. You posted some plain text, is that the result you got after Power Automate did a HTML to text operation?

Re: Using Functions in Variables within Power Automate Desktop

Community

Thank you @sakula1996, but my question was: "Is there a way to use functions within variables or inputs to actions in any fashion - apart from using the 'Get subtext' action?"   Since you ...

Re: Updating a row in Excel using Forms and Power Automate duplication problem

Community

@Nelly834  Please follow step by step-   Please see red arrow- here i used compose output of number. you can directly supply number here as i supplied in Add row in a table...

Re: Auto Reply from a Shared Mailbox after hours

Community

So if a vendor emails our support@ email, we don't want to send them an auto reply. So if Sender=tickets@itsupport247.net do not send auto reply. If sender=cloudcare@avg.com do not send reply. Just t...

Issues uploading files into a web application

Community

Hi All,   I'm reasonably new to the Power Platform, and I'm attempting to create an automated solution for uploading files into a web application.   Through Power Automate, I've created...

Re: Problemas con obtener el Id de una tarea creada en planner en un flujo diferente.

Community

Hola, Es correcto que compares el valor de titulo con el id de la tarea en planner? No deberías comparar el valor de la columna título de SharePoint con el valor de Título de la tarea en Planner? ...

Re: Email attachment not in excel format

Community

Hi @JC__,   How about using the Get file content by path action?   Best Regards, Community Support Team _ Lin Tu If this post helps, then please consider Acc...

Power Automate Desktop : Work with Files Actions - 2 (Read Text from file and Write to Text File)

Community

In this Module, we will learn How to work with File Actions (Read Text from File and Write text to File) in power automate Table of Contents: ========================================== 00:00 Intr...

Request User Input During Flow

Community

Hello there,   I'm trying tu build our "New employee" Workflow with PowerAutomate, Forms and Sharepoint list. I have the problem, that I need to request additional user input while the workflo...

Re: Trigger Condition for Choice field not working

Community

Hi @Bron    Thanks for your posting.   Accordingly to your requirement, you would like to filter data based on two conditions (BIDSTATUS = Won or BIDSTATUS = Lost) and current...

Re: Sporadic error with "Add a row into a table" after weeks of running fine. Error 403 - Issue with permissions

Community

Hi @JNicholl    Thanks for your reply.   According to your description, your flow using excel online connector got failed from time to time and could recover by itself. May I ...