cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
jbrines
Post Prodigy
Post Prodigy

Build a Flow based on time passed and Choice Field

Hi All,

 

We have a list that we use to create client issues. We want to send a specific email based on how long since the issue was created and what category has been assigned to it.

 

We want to send an email if the issue is 4 hours old to category A and there has been no update from the person assigned to it

We want to send a different email if the issue is 5 days old to Category B and there has been no update from the person assigned to it

We want to send a different email if the issue is 10 days old to Category C and there has been no update from the person assigned to it

 

Is possible?

How do you work out how to check the time from created time?

How can you check the time time between created and modified time?

 

J

42 REPLIES 42
annajhaveri
Community Champion
Community Champion

Hello @jbrines , you can check this post https://powerusers.microsoft.com/t5/Building-Flows/Number-of-days-between-two-Dates/td-p/281578 to know how to calculate difference between current time from created time and also time between created and modified time.

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

Thanks I will give that a go and let you know how I get on.

J

annajhaveri
Community Champion
Community Champion

@jbrines  sure, let me know if face any issues.

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri how would I get the flow to check if the list to see if the time is passed, what trigger would I use?

annajhaveri
Community Champion
Community Champion

i think you will need to create a flow with recurrence trigger, configure it to run the flow daily or every hour, depending on requirements, then query items from list and then loop through items. Here i would suggest to query based on date, like if due date is today or status is open to minimize number of items returned by the query. After get items loop through items and use relevant actions to apply the logic further in the loop.

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri Sorry to be a pest. After the trigger what action do I use to get the list I want?

annajhaveri
Community Champion
Community Champion

@jbrines no worries, happy to help further. 

 

1. Use recurrence trigger, configure the recurrence schedule as per your requirements.

annajhaveri_0-1608295820269.png

 

2. Then the list that you are using, is it in SharePoint, if yes, then use Get Items action to get the items and apply filter query in the Get Items action to get limited number of items you want to process. 

 

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri When I try to add a condition is after get items to compare created and modified as soon as I put in created it gives me the screenshot below.

PA10.JPGPA11.JPG

@annajhaveri I got past that part

annajhaveri
Community Champion
Community Champion

You can configure the flow after get items action as follows, i think you will need difference between the Created Date of items and today's date in the flow, you can do that by configuring the flow as below screenshots

1. Do initialize variable for ticksUTCNow, and then set variable as follows, here the expression will be 

 

ticks(formatDateTime(utcNow(),'yyyy-MM-ddTHH:mm:ss'))

 

annajhaveri_0-1608559100602.png

 

2. Then add apply to each loop to run through all items fetch from Get Items action as follows

Screenshot 2020-12-21 155915.png

Expressions for action in above screenshot:

Action: "Set variable - create date ticks"

 

ticks(items('Apply_to_each_2')?['Created'])

 

Action: "Compose - calculate difference in days"

 

div(div(div(div(mul(sub(variables('ticksUTCNow'),variables('ticksCreated')),100),1000000000),60),60),24)

 

Action: "Compose - calculate difference in hours"

 

div(div(mul(sub(variables('ticksUTCNow'),variables('ticksCreated')),100),1000000000),60)

 

Action: "Set variable - diff in days"

 

outputs('Compose_-_calculate_difference_in_days')

 

Action: "Set variable - diff in hours"

 

outputs('Compose_-_calculate_difference_in_hours')

 

 

After this you can put condition action in which you can check following conditions

DifferenceInHours=4, then send email

DifferenceInDays=5, then send email

and so on.

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

 

Failed at first step, not only does it not like the expression it won't let me enter a name for the Variable.Time Flow 1.JPG

okay, please try following expression for the first step

ticks(formatDateTime(utcNow(),'yyyy-MM-ddTHH:mm:ss'))
Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

 

It like the expression now but won't let me put in a name for the variable.

Sorry i dont get that? in which action are you facing issue?

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

 

I think the issue is that I haven't initialized the variable.

You need to initialize two variable one is ticksUTCNow and other is ticksCreated

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

 

I see you have two Compose - Calculate difference in hours created, is this a mistake?

Yes thats a mistake in taking screenshot, you just need on  Compose - Calculate difference in hours created action

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri 

 

When initializing the variable what type should each be?

 

Less than issue 6.JPG

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show.  

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (3,458)