Power Automate trigger condition not working correctly
I’ve created a sequential approval workflow to trigger when a Sharepoint item is created or modified.
Power Automate SharePoint Copy File error (invalid value)
The issue with copying pages seems to be back. Since yesterday my copy stopped working. It is throwing this error: A number field contains invalid data. Please check the value and try again.
Update status in MS list
I have trouble, please help me in this case
I managed a list in MS List. There are includes due dates column, the status column, and the attachment, if the due date over current and the attachment is empty then the status needs to be changed to past due. Please help me. Thanks advance.
In power automate, Compare two SharePoint lists for specific data, find the difference and send an email
How to compare lists in power automate and get the emails of the ones not present in one list
Power Automate – 401 Unauthorized at Sharepoint Connector after it worked successfully
My company uses Office365 and I just setup a small power automate cloud workflow to set my Teams presence status:
How to user Power Automate to copy files in SharePoint that match certain pattern
I have files (‘abc 1000.xlsx’, ‘def 1001.xlsx’, ‘ghj 1002.xlsx’, etc…) in ‘source_folder’. I want to copy each of these file to the corresponding ‘1000’, ‘1001’, ‘1002’, etc… folder in ‘dest_folder’. how can i accomplish this using Power Automate Manually Trigger A Flow.
Results are folder ‘1000’ will contain ‘abc 1000.xlsx’, folder ‘1001’ will contain ‘def 1001.xlsx’ and so on.
Many thanks
Getting document library changes in SharePoint through power automate
I have a power automate flow that is triggered when an item is published in SharePoint, my flow currently does an HTTP SharePoint call to get the change that matches my change token
Using Power Automate to copy file with metadata from one site to another
I have a SharePoint library with columns. One of those columns is a multi-choice column.
When a file is uploaded in this library, and the columns are filled in, i want to copy this file and its exact columns to another site.
Unable to access SharePoint through PowerAutomate – Unauthorized
So the url provided by external company looks like:
https://company.sharepoint.com/sites/AAAA/Shared Documents/Forms/AllItems.aspx?ga=1&id=/sites/AAAA/Shared Documents/BBBB/CCCC/DDDD
Get sharepoint items, when the ID’s are stored in an array
I have two separate Sharepoint list: Alerts and TaskQueue. The Alerts list has 2 fields: ‘Title’ (string) and ‘array’ (string), the TaskQueue has ‘Title’ (string) and ‘ok’ (boolean), see screenshot below.