Power Automate Search

Search

Re: Duplicate FIles in a sharepoint

Community

Hi @jstryk    You could use Move file action step or Filter Query. Please have a look at my videos.   https://www.youtube.com/watch?v=B9ZxAd9JVVo   Also you can f...

Re: Flow Not Triggering

Community

did they give an ETR?

Re: Get a Error

Community

Inside of your float expression in the step named condition 2, you have a reference to the step/loop called " Apply_to_each_2". But from your flow I cannot see a step called that. Perhaps you need to...

Re: Saving specific attachments to OneDrive

Community

Hi guys,   did one of you eventually find a solution to this topics?   i want to start a approbation flow from an email attachement but it asks an approval for all the bytes inside the ...

Re: Capitalize single Letter Abreviations Error

Community

@Kstuck wrote: I can't thank you enough Paulie78! I spent hours working on a new expression to get this to work and never did get it. Thanks again for your time and effort! It is greatly ap...

Re: Copy/Duplicate a Flow in a Solution

Community

@FIN wrote: @bhitchlockfcs  Also you can go to your flow click save as (a new copy will appear in "My flows") and add new flow to your solution.   You would think it would be this...

Re: Opening a Sharepoint Document in Read-Only Mode

Community

Use the names in the Advanced Permissions Settings.  That will be the name which the group ID can be retrieved with.  If you use another name it will keep retrying for about 10 minutes sinc...

Re: Create Connection without domain

Community

Thank you so much! It works! 🙂

Re: Automatically download a file that is in an url link inside the e-mail

Community

@Paulie78  this is the e-mail portion after http  

Re: How to compile all "like" records from a table and send a single email?

Community

Hi @simms7400 : Do you want to filter out the records created on today? Please try this solution:   Reference Expression:   formatDateTime(utcNow(),'yyyy-MM-d...

Re: Save extracted Email Data to Excel

Community

Here is a simple way to do this using Office Scripts. It will require the addition of an Office Script to Excel online and calling Run Script action within Excel online flow.    The scrip...

Re: Flow run failed: Unable to process template language expressions for action

Community

Which action in your flow throws the error?  Your screenshot is so compressed it really isn't readable.

Re: "The execution of template action 'Switch' failed" error when using a switch case

Community

Thanks for your reply. What do you mean by 'simple value'? I am passing the underlying text value that the end-user would see on the form. What other value can I give it, or how can I convert the v...

Re: Concurrency issue

Community

@shravanvijay  Here is a link to the documentation on child Flows Here is a link to a video that will get you started Give it a try!

Re: Scheduled flow still running

Community

@ScottShearer  Thanks I'll give it a go

Condition step receiving wrong value from Get Changes for an Item or File

Community

I have written a flow that is supposed to check for changes in a SharePoint list (an IT job ticketing list, as it happens), and send an email to the ticket creator if the ticket has been assigned -- ...

Re: Word Template flow runs successfully, but there is not data in the repeating sections

Community

Ok, so i found the issue. Posting the solution here for reference.   The variables defined in the "Select" step did not match the title of the content control in the Word Template.   ...

Creating an email to remind users of upcoming Task

Community

Greetings, I would like to send a power automated flow, advising a user of a pending scheduled Task. I appreciate that this would be copying the List Records "OUTPUTS" and pasting into a Parse Json ...

Is "When a HTTP request is received" trigger Premium or Not?

Community

I was reading about Adaptive cards and got exited about a few potential use cases. I tested Adaptive cards in an email and created a flow to capture the results. When creating "instant from blan...

Re: Is "When a HTTP request is received" trigger Premium or Not?

Community

The HTTP connector is considered Premium. You can still use it for now with a free license, but be aware that Microsoft is disabling this. I've seen various flows on different tenant being disabled b...

Word Template flow runs successfully, but there is not data in the repeating sections

Community

Hello All,   I have a flow which pulls data from a SharePoint list and inputs it into a Word Template using the "Word Connector (Premium)". However, the data is not stored in the generated wor...

504 Gateway Time-out: Action 'HTTP_-_send_sms' failed

Community

Hello everyone I hope you can understand my problem. We have a flow that send an SMS via API. This flow is working as of yesterday. However, when I check the logs, all our transaction today have...

Re: Creating an email to remind users of upcoming Task

Community

Hi @fklatecki,   The List records action couldn't see the output, you could add a Compose action after list records action, then you would find them, for example:   Best...

Re: How can I clear a Sharepoint list Hyperlink column from Power Automate

Community

Being that I need to use variables, is there anyone that can provide a direction to help me address this issue?

Re: Populate Word Template: How to use dynamic files (dynamicFileSchema)

Community

I'm using a static OneDrive for business location. Only my file name is dynamic. Could you show me how you constructed your variable?