Hello,
I use the Power Flow that automatically saves email attachments to OneDrive. Is there a way to get the flow to manually run through my entire inbox. I essentially need to do this only once.
Thank you.
You can bypass power automate all together and just use the “rules” feature in edge mail. Once it’s set up it works with the desktop application as well. I prefer setting up in the browser version because, to me, it is easier to use.
The top count returns a maximum of 25, how can i loop through to do more emails? I am looking for circa 500
@annajhaveri Thanks ! I will give it a try. I have one more question about email attachment limit(25). Can we increase the limit to extract the attachments from outlook?
@shikhasodhi try below search query expressions
received>@{addDays(utcNow(),-3,'yyyy-MM-ddThh:mm:ss')} AND received<@{addDays(utcNow(),-2,'yyyy-MM-ddThh:mm:ss')}
received>2023-07-14T11:00:00 AND received<2023-07-14T14:00:00
Hello,
I wanted to extract Email attachments of 14 July,2023 from 11 AM to 4PM. I tried And(greater(formatDateTime(addDays('2023-07-14T17:00:00Z', -1),'yyyy-MM-ddTHH:mm:ssZ'),'17:00:00'),less(formatDateTime(addDays('2023-07-14T17:00:00Z', -1),'yyyy-MM-ddTHH:mm:ssZ'),'21:00:00')) But it is not working. I put this query in Get Email(v3) in Search Query. If anyone can help me that would be appreciated.
Thanks
Hello,
I wanted to extract Emails of 14 July,2023 from 11 AM to 4PM. I tried And(greater(formatDateTime(addDays('2023-07-14T17:00:00Z', -1),'yyyy-MM-ddTHH:mm:ssZ'),'17:00:00'),less(formatDateTime(addDays('2023-07-14T17:00:00Z', -1),'yyyy-MM-ddTHH:mm:ssZ'),'21:00:00')) But it is not working. I put this query in Get Email(v3) in Search Query. If anyone can help me that would be appreciated.
Thanks
I'll give it a try.. thanks
Could provide an example of a search query on Get Emails?
@MelGen are you looking for emails within specific date range? You can try using search query on Get Emails action to get emails of certain dates.
WarrenBelz
146,587
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional