Busca de Power Automate

Busca

Re: Sharepoint Time show 12 hours earlier then my timezone

Comunidade

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

Re: Flow Performance - What is considered an "action"? (Cross post for visibility)

Comunidade

@Hardesh15,  So they are a multiplicative condition, not an OR condition? I interpreted it as doing this for x number of times if the limit is reached break or is x minutes is reached break. Th...

Re: WinAutomation to Power Automate Desktop migration

Comunidade

I would also like to stick with WA while I can, eventhough I'm not in the same situation as you regarding multiple processes and having to renew the license in a few days.. I can't even understand th...

Delay flow to run in a sequence

Comunidade

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

Comunidade

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

Comunidade

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

Flow to create new item in existing SharePoint List using adaptive card template

Comunidade

Hi All,   I have a requirement to create new row item in an existing SharePoint List which already has list of rows and columns. Headers of the column are Title, Body, Occurred on. This list i...

Re: convert text to date (flow to sharepoint list)

Comunidade

That is dependent on the locale settings for your flow environment.  Double check what those are in the flow settings and where your environment is located.

Add new user to a calendar with certain rights

Comunidade

Right now there needs to be a way when a new user is added to MS Teams to be able to add that user to a office 365 Calendar with specific rights.

Error filtering query for SystemUser D365 Finance

Comunidade

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

Comunidade

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

Comunidade

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: SharePoint Array - parsing out unique categories, and finding the minimum date for that category.

Comunidade

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: Converting a Dynamic Column to Integer in a Flow

Comunidade

Hi @SGesel    Please make sure that the content put in the expression 'int()' is exactly the field name of your calculate column.   You can get the field name in the URL of th...

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

Comunidade

@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

Comunidade

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?

Comunidade

@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

Comunidade

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

Re: Multiple Attachments on Approval

Comunidade

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

Comunidade

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

Comunidade

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

Comunidade

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

Comunidade

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