Hello everyone,
So I have a sharepoint list that is updated throughout the day, by multiple people, from 7am until 6am next day.
I would like to be able to email the entries that were created between that time, once a day at 6:30 am, to a group of people.
My head hurts from trying to figure it out on Flow.
Any help will be great.
Thank you
Hi @Anonymous,
How would you like the entries to be sent, in a HTML table, or each one with an Email?
In addition, for the created, do you mean the newly created items?
If not, would you please explain a bit for the requirements?
There should be two options for you to filter the SharePoint Get Items Action, check the thread below:
Obtaining a filtered SharePoint list based off a column
1. First, use OData query under the Get Items Action->Advanced options,
2, Second, use the Filter Array Action.
Then use the Create HTML table Action to generate the Table and send it via Email.
As you would like to filter the items within a time range, so here the only option left is to use the Filter Array Action, as the DateTimeRangesOverlap is not supported under SharePoint list OData query.
I will make some tests regarding the condition, and share the results once I finished.
Regards,
Michael
Hello @v-micsh-msft
I'm not sure what is the correct nomenclature, but I have a sharepoint list (think of it as excel table) and every row is a new entry. The columns are: Name, Location, Date, Details, Follow Up, Created by, Created, Modify by, Modified
New rows will be added throughout the day by various users. at the end of the day (at a specific time) I would like an email summary to be sent out to a group with all of the new entries that were made on the last 24h from the time the email should be sent, which is 6:00am.
The information I want on the email is the Name, Location, Date, and Details. Nothing else is needed, but I don't mind if theres more, or even everything.
I hope that this makes more sense.
Thank you!
Hi @Anonymous,
Thanks for the updates.
I think the Create HTML table Action is suitable in such a situation.
I will perform seom tests regarding the date filter, and will update here once I finished.
Regards,
Michael
Hi @Anonymous,
I have some updates for you:
Whole logic for the following flow is:
Whe nthe corresponding Schedule triggered flow, UTCNow() function would return today's time, which then we could take use to filter the Created field of the SharePoint list.
And currently it is not available for SharePoint connection to select the columns, if you would like this to be added in future Flow release, then please consider submit it as an idea.
Check following Flow configuration:
Things should be noticed:
1. For the Recurrence, the Start Time would be in UTC format, you need to convert your local time into UTC format (Time Zone is not helpful here), make sure the Start Time equals to 5:00 am at local time.
2. Add the SharePoint Get Items action, specify the corresponding Site Address and list name, no more settings with this action,
3. Filter Array action, Select the value from the Get Items action, then under the Condition, click Advanced, copy and paste the following:
@And( lessOrEquals( int(formatdatetime(item()?['Created'],'yyyyMMddHHss')), int(concat(utcnow('yyyyMMdd'),'0600')) ), greaterOrEquals( int(formatdatetime(item()?['Created'],'yyyyMMddHHss')), int(concat(Adddays(utcnow(),-1,'yyyyMMdd'),'0700')) ) )
Formula here is used to filter with the Created field, the formula here uses UTCNow() function to get the proper day, concating with the time needed, then compare with the Created Field.
Function used is documentated in the following article:
Workflow Definition Language Schema for Azure Logic Apps
4. Add the Create HTML table Action, use the Filter Array Body as the Input, click Advanced option, choose the include headers as Yes.
5. Then add the Send an Email Action, use the Output of the Create HTML table as the Email Body field, specify the Group Email Address and the Subject, then click Advanced option, set the Is HTML option as YES.
Save it.
Regards,
Michael
Hi @Anonymous,
What is your current situation?
Does the configuration work for you?
If you need any further assistance, please post back.
Regards,
Michael
@v-micsh-msft My apologies for reviving this old thread.
I have a sort of similar requirement, though mine is less complicated. I need to check the date in a Sharepoint Column (on a daily basis) and then send an e-mail on that date.
I have a PowerApps App that tracking upcoming activities (Using Sharepoint lists as a DataSource and one of those lists is called "Email" in which there is a Column for persons to send the e-mail to, Subject, Body etc. One of the columns is "EmailAlert" that contains the date that the e-mail needs to be sent out on.
Reading the above posts, it looks like we need to format the date in the Sharepoint column to match the UTC format and then compare it to the current UTC Date and if it's a match to trigger the e-mail.
I'm adding an image of what I've done so far in my flow, I would really appreciate it if you could help with the code to format and compare the dates.
Thank you for your reply, and I'm sorry for the very late response.
The configuration did not work for me and that project was canceled due to other current limitations in PowerApps.
I'm currently working on the app only without auto email.
Thank you for your time and assistance!
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24 17 @Anil_g 7 @ManishSolanki 13 @eetuRobo 5 @David_MA 10 @VishnuReddy1997 5 @SpongYe 9JhonatanOB19932 (tie) @Nived_Nambiar 8 @maltie 2 (tie) @PA-Noob 2 (tie) @LukeMcG 2 (tie) @tgut03 2 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate @Deenuji 12@ManishSolanki 19 @Anil_g 10 @NathanAlvares24 17 @VishnuReddy1997 6 @Expiscornovus 10 @Tjan 5 @Nived_Nambiar 10 @eetuRobo 3 @SudeepGhatakNZ 8 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2 Anil_g2 SharonS2
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages