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
59 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
333 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
665 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
478 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
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-...
0 votes
1 answer
282 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
958 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 ...