Power Automate-sökning

Sök

Re: 'Create item' sharepoint limit

Community

Hi @craigmk1987    You can't set the limit under the settings.   To retrieve using Do Until please see    How to get more than 5000 items from SharePoint Onl...

Re: empty manual input fields in trigger causes issues

Community

@FH1000 @vikulkar ,   I have the same problem. Is there a solution for that?

Update SP List Item Conditionally from Second SP List

Community

Hi Everyone! I have 2 SharePoint Online custom lists: Sales Profit & Loss Statements  In the Sales list, each sale is a list item and there are a couple of columns to note: Sales Cha...

Error when using Kaizala upload media from attachment

Community

Hi All,   I'm having an issue using the Kaizala - Upload Media from Attachment action.  I get the error message:  {"statusCode":500,"headers":{"Access-Control-Allow-Origin":"*","Dat...

Re: get 1st row, email data from row, get 2nd row, email data, get 3rd row, email data, etc

Community

Hello @clofgren34 , that's exactly what 'Apply to each' action will do. You get all rows in the Excel table using the 'List rows present in a table' action and then add the 'Send an email'...

Getting ActionBranchingConditionNotSatisfied. The execution of template action 'Delete_a_row_2' skipped: the branching condition for this action is not satisfied.

Community

Having an issue where Apply to Each hangs for two hours.  Once it completes, flow says it completed successfully, but I get the "ActionBranchingConditionNotSatisfied . The execution of temp...

Re: "When a file is classified by a content understanding model" trigger not working

Community

Hi @MarvinBangert , are you still able to see this issue?

Re: Would like to send an email based on when a sharePoint column date is today

Community

Thank you so much. The column is called 'email comms'

Re: Power Automate - Sharepoint Get Files (Properties Only) - Include Nested Items

Community

The problem occurs because there is a limitation on items in a library. The maximum limit is 5000 files/items.   In the folder with the issue there is just 4 nested folders and 2 files, but th...

Wider, multiple-line text input field for expression, Please!!

Community

It's really hard to read what's going on just looking at small tiny text input field when I'm editing expression... If it's able to expand little more wider or can display in multiple-line text fiel...

Re: Completed to-do task flow to sharepoint list

Community

hi @DennisFreelance  when you use get item in filter query you need to do it kike this: Columnname eq 'Title'

Re: Concatenate multiple form fields into formatted list in SharePoint item

Community

Which column from the flow action you are referring to? If it is Course names, you can simply enter a comma in each of those form fields to generate comma-separated values.

When File is Currently Open / Being accessed

Community

Scope: Sharepoint There is a Need to Checkout the file when any user is accessing it so that we can avoid conflicts. Trigger = When file is Being Accessed ( by any user) Action = Checkout File &n...

Re: two sql queries in one flow

Community

can you please upload flow screen shot?

Re: Flow to Count files in a Sharepoint Folder

Community

As I'm  finding often on this forum, the UI or syntax has changed since the solution was posted, so it no longer works. The SharePoint Get files (properties only) now has 4 lines, and and neith...

Re: Get files from the folder

Community

Can you give some more details and perhaps the screenshots in English that would be more useful.

Approval automatic reminder

Community

Hi there!   Has the Approvals function updated to send automatic reminders on pending Approval tasks? Noticed this behavior starting about a week ago. At 4:29 PM every day, any pending approv...

Re: Create E-Mail with all overdue and outstanding MS Planner tasks

Community

Thank you @MarvinE !! This was so helpful and my coworker is so excited to use the automation. Thanks so much!  😁

Re: Let Flow not fail when file not found

Community

@JingF , when you use run after previous step fails, the flow run status is succeeded and when you see the flow run it will show which action failed as shown in below screenshot, is it the same ...

CDS CE connector and Aggregate queries

Community

Hi, is it possible to retrieve aggregated data with the CDS Current Environment / List Records action? Trying something super simple like:    

Power Automate changes a variable whenever I save

Community

Hi there,   I have created a pretty basic flow which deals with several approval scenarios based on authors/approvers. It's triggered manually from a SharePoint document library. Basically it...

Re: HTTP GET 301 (MovedPermanently) - Ignore?

Community

Hi @pshankland,   A workaround could be to configure a second http action to run after the first HTTP action if it fails. You can use the location field from the output to post another HT...

Flow keeps on running and not completing

Community

I really can't understand the flow was working perfectly after sometime its running and not completing for a long time any ideas guys? i'm using send HTTP request to Sharepoint and trigger is ...

Re: Trigger Workflow when Calculated Column Equals TODAY

Community

@annajhaveri , @Veingro  I did not use a compose action in the end, I added a filter query into the Get Files action Regards Claire

How is possible to add Flows to the SharePoint list's flow launch panel?

Community

Hello all,    I found the article (link ) from 2017 about the flow launch panel in the SharePoint list, but it does not include information about how to add Flows created from blank ...