Búsqueda en Power Automate

Buscar

Flow Approval in TEAM

Comunidad

One of our users reported that they are seeing their approval notifications in TEAMS/ Activity section. I submitted a test, it took a while but did get the notification in my TEAMS but it looks horri...

Re: Flow to pull attachment from email based on keyword present in body of mail

Comunidad

hi @Rahul_H  you need to use List rows present in a table excel action to read the excel data and then you can use dynamic content to manage your conditions

Re: Using "Is Empty" in Power Automate Desktop for Data-Driven files - Excel

Comunidad

If you have a same number of fields on the web application that you have to populate the value to, then I don't think you can have any other efficient way to do that. You have to populate it field by...

Re: Bad Gateway while selecting folder inside library of Create and Rename Sharepoint connector

Comunidad

I tried to reset the sharepoint connection but it did not work.   I can navigate other library's folder with no problem.    I'm the owner of this sharepoint and have full con...

Re: Junk email filtering

Comunidad

@kaj_t., then do what you want is just impossible.

Re: Action 'Select' failed in date field

Comunidad

formatDateTime( item()?[ 'Dated' ], 'dd-MMM-yy' )

Re: use an inbox in a public e-mail folder as trigger

Comunidad

yes, i understand, i don't know at the moment how our administrator set up the public folder called inbox. I will clarify this on Monday and will then contact you again in this thread. we have a...

Re: How do you add an attachment

Comunidad

Hi @JoeQuick    You can use the SharePoint "Get File Content" action pass it the "Identifier" Note: - Identifier it the output of the "Get file Properties" action.   &nb...

Re: How to use Power Automate to update a Cognito Form from another Cognito Form

Comunidad

Well, the only action I see for Cognito Forms is "Create entry", so I don't think you're going to be able to use Automate to update an already-existing entry.

Error Handling for Triggers

Comunidad

It is important to note that a lot of flow errors can happen at the trigger stage, however, there is no way to know this especially if the flows are under a Solution. Ideally, the way to go around th...

Re: Shifts To Office365 Outlook Calendar Automatization

Comunidad

@Tobias90 It should take the name from the marked field in the picture above. Does this help?

Re: Junk email filtering

Comunidad

Have a look at MoveToJunk flow. 

Apply to each first 3

Comunidad

Hi,   I have a flow that collects data from a form and adds rows to an excel file. In the form there is a multiple choice question with 10 values, for each value chosen in that question, a new...

Re: Dealing with Excel boolean value

Comunidad

Hello @tom_riha , thank you for your reply. I tried this, the Compose returns "true", but when I put the condition equal to "true", it's returning false:    

Sum an array column

Comunidad

Hi   I have an array that I have created within my flow, I'm trying to find a solution to sum the values in the first column (as per image) to provide a total value. Is this possible?  &...

Re: Disabling steps for testing

Comunidad

@AK42 I agree with @StephMachine - Do like this:  

SharePoint REST query on flow not work

Comunidad

Hi How can I let the Item() can get the record base on RefID but it show the error: The parameter name RefID is not valid.   The Comments SP list's item ID is not same as the variable "ItemID...

Re: Help stop the Save button from closing my form

Comunidad

My apologies, like a total newbie I posted the above message in the Power Automate community instead of the Power Apps community. I will appreciate it if a moderator/admin can please remove this post...

Populate Word Template and Format Bulleted List

Comunidad

I'm building a Flow that populates a Word template, and I'm conditionally appending text to a string variable to use in the document (I'm creating letters that have content that changes based on cert...

Get items Order By using Day from Date

Comunidad

Hi community,   Is there a way to Order/Sort the Get Items from a SP list based on the Day in a date?   I'm creating a HTML table of Birthdays for the Month and sending via email. T...

Re: How does licensing work with the Unattended RPA Add On?

Comunidad

Hi Drake,   From my experiences, when working with unattended robots and the licenses for doing it. The company should create another account which is a Shared account, and the license should ...

Re: Can't filter data in Get Rows using a date column.

Comunidad

Thanks for your help.   This was getting a little crazy just trying to match two dates, should be much easier.  I bailed on this approach and created a view in SQL that added a column ...

Re: Dealing with Excel boolean value

Comunidad

Hello @AndyJ42 , try to add a 'Compose' action before the condition to see what values the 'Emailed' column returns. I just did a quick check and the values are 'True' and 'False', that me...

Re: Create File in Sharepoint - Root folder is not found error

Comunidad

What are you using On-Premise Gateway for?

Re: How can i remove folder permissions in Sharepoint for Sharepoint Group? For 0365 Group?

Comunidad

It is to remove permissions from a folder inside a document library. _api/web/lists/getByTitle('[LIBRARY NAME]')/items([FOLDER ID])/roleassignments(10) After modification to use the folder path it ...