Power Automate-sökning

Sök

Re: Power Auto formatdatetime

Community

Well, I think we are getting closer. I did find using a Compose that the date is in fact coming in as a serial number. I did some Googling on how to convert it and found:   addDays(items('Appl...

Run Desktop Flow as Admin? (third attempt)

Community

This is my third post on this topic and no answer to this day.   I have built a flow out at least 7 different ways and it will not work.   I am a domain user on a domain PC. I have loc...

Create a new bucket based on a SharePoint list

Community

Hi!   I'm trying to create a planner task with its corresponding bucket for every new item created in a SharePoint list. I was able to create buckets based on one of the columns in the list bu...

Re: Sharepoint Time show 12 hours earlier then my timezone

Community

Yes I just created item directly from SharePoint list and its coming fine as I set. Date and Time.  

Re: Flow 28-day run history vs 30-day duration and retention limits

Community

hi @Mira_Ghaly  Do we have documentation that even though the flow history instance is gone it will still run? I just that I noticed when the flows are deleted in the flow history, our pro...

Re: SharePoint Array - parsing out unique categories, and finding the minimum date for that category.

Community

Hey @tom_riha ,    For some reason it wasn't working before, but now it's running and pulling 59 unique project groups, with an associated earliest date (for most of them). The ...

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: 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: 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: 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: 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...

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...

Delay flow to run in a sequence

Community

Hello,  I've got a list onto which I want to add multiple items at once. One item triggers a flow which creates folders and documents within them in the Library (documents are being populate...

Re: Forms Response to Table and then Use the Start date and email data from the table to send scheduled email 7 days after start date

Community

I think you need to format each day in the same way. Try setting both up in an initialize variable before comparing them and then you'll be able to see why they are not equal to each other.

get specific value from sharepoint list

Community

Hi all,   I am new to Power Automate and trying to get a specific value from a sharepoint list and increment a variable. The list looks like this:       The flow shoul...

Error filtering query for SystemUser D365 Finance

Community

I'm trying to fetch data using SystemUsers entity in D365 Finance and using values saved in an array to filter results. See screenshot below.  Each time I run the flow, I run into this error. H...

Re: Common Data Service Trigger: Filter based on lookup value

Community

Hi @StefanBrending  Let me understand you more you want to trigger the flow when the field originating lead on Account is Set?   If this is what you want to achieve please try th...

Re: Email with options - Body formatting issue

Community

I am very new to Automate however I have picked up items quick.  The error I am having is when I select send email with options to send a letter for approval to an external email it is all one b...

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...

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

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...

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...