Questions tagged [flow]
Microsoft Flow is a public cloud service to help individuals and teams to set up automated workflows.
748 questions
0
votes
0
answers
17
views
Flow user input drop-down
I'm writing a Flow for a SharePoint list. I want user input by selecting from a drop-down. I have the flow working successfully using user input with a drop-down in a manual start. The problem is, I ...
0
votes
0
answers
19
views
Update item quantity with another item's quantity from another list
I'm sure this is a simple request but I cannot seem to find an answer for this anywhere.
I have two lists: an Order List where people can make order requests and an Inventory List, which holds the ...
0
votes
0
answers
52
views
How to Send an email to an Gmail account using Power Automate cloud flows?
Hello Community Members!
Any help will be greatly appreciated!
I was trying to connect the Gmail connector in Power Automate, as it was asking for a new connection. I accepted the connection. It asked ...
0
votes
1
answer
639
views
Pass list name to Create Item in Flow
I'm writing a Power Automate Flow that gets an item from one list, and creates it in another list. I've got this working fine, but I want the user to select the destination list from a dropdown input ...
0
votes
1
answer
315
views
Can I get the content on an HTML file stored in SharePoint Online using Power Automate?
I have some HTML files stored in SharePoint.
Is it possible to retrieve the content in the file e.g target the body element or better get the whole table element.
My goal here is to retrieve the ...
0
votes
1
answer
940
views
Trigger a flow only when AssignTo column is updated
I have a flow that I ONLY want triggered when the Assigned To column in my SP list is updated. The flow works fine but will update and send an email with an attachment when any other column is updated....
0
votes
1
answer
648
views
Incorrect ID value being given in power automate
I have a flow which can be triggered using a button within a sharepoint list for a selected item to send an email. The button is made using conditional formatting.
Sometimes, sporadically, the flow ...
0
votes
1
answer
1k
views
Can we get all items from SharePoint list and filter the list using formula
I have a SharePoint online list which contains 2 columns; Title & PrincipleID . Both of type single line of text.
Now i want to get all the items from the list (which can be 15 on the PROD ...
0
votes
1
answer
460
views
Creating folder in power automate using send http action gives access denied error
I am making a Power automate flow where I am creating a subsite. I m able to do that successfully with below link:
https://www.annajhaveri.com/sharepoint/create-a-sharepoint-online-subsite-from-power-...
1
vote
1
answer
228
views
Power Automate running Create Item twice after throttling
As the title suggests, my flow runs a create item twice when it should be ran only once. Basically I have an apply to each loop that goes through items and runs a create sharepoint item action, ...
1
vote
1
answer
55
views
How to fix this filter issue in share point flow for archiving the old data's
I am receiving below error in power automate flow:
"The expression "Created It '2023-09-25T08:51:03.3064394Z'" is not valid. Creating query failed.\r\nclientRequestId: 3adee6af-6e39-...
1
vote
1
answer
1k
views
Flow-How to use a string variable in Condition Expression?
I have a dynamic logic string: 1 and (2 or 3)
and conditions:
Region equals Japan
Owner equals Jim
Owner equals Mary
Because the conditions and the logic string are dynamic, I'm using Power Automate ...
0
votes
1
answer
269
views
Is there a way to refresh the targeted values in a sharepoint list field after workflow is finished?
Due to the limitation of using calculated fields on lookup columns, I created a flow on SharePoint Online to update a field with the value we needed from this lookup. Unfortunately due to human error ...
0
votes
1
answer
729
views
Power automate flow - cached data issue
In my flow I'm extracting data from excel file located on sharepoint and then I'm inserting it to sql server database, after that file is moved to another location. First execution is working fine, ...
0
votes
1
answer
933
views
Power Automate Document Library Nested Folders Recursive Dig to Document Name
I have a document library with a main folder and several nested subfolders. I'm trying to create a Power Automate flow that can navigate through these folders to retrieve the names of all the ...