cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Frank89
Helper II
Helper II

move list items after 3 months

Hi everybody, 

 

for me as a newbie, I have a bit complex flow to generate. Context is a documentation system, where social workers can save their daily documentations. There are different categories of help they are offering which is listed in List 1 (SharePoint Online). The documentations are listed in List 2. If all categories for one client are ended (ended = yes), all documentations for this client (List 2) should be moved to List 3 (List 3 = archiv). 

 

Now I need some help how to start my Flow in PowerAutomate. 

 

My Trigger should be a changed item in List 1.

Then I continue with get item to get the name of the client, as I want to check if all entries for a client are marked as ended. But how do I set the Flow to check if there is one or more clients where all entries in column "ended" are marked as "yes"? 

The next step would be, to move all entries in List 2 (in my example for client XX) after 3 months to List 3. 

 

All help and hints are highly appreciated!

 

Thanks, 

Simon

 

List1.JPG

List2.JPG

List3.JPG

Flow1.JPG

1 ACCEPTED SOLUTION

Accepted Solutions
Amatrox
Resolver I
Resolver I

@Frank89 

 

so you want the flow to continue just if all entries for client "XX" are marked with ended=yes? If yes it should move all entries for client "XX", which are older than 30 days, from list 2 to 3?

If yes, this should be your solution:

Amatrox_0-1612457316979.pngAmatrox_1-1612457390527.pngAmatrox_2-1612457556771.png

Amatrox_3-1612458121473.png

Amatrox_5-1612458327360.png

 

"Get items from list 1" -> You have to change this to your setup. Should be "Name eq 'Name item'"

"check status" -> value item from "Get items from list 1"

"is status no" -> ended item from "Get items from list 1"

"Apply to each" -> value item from "Get items from list 2"

"Get created date" -> Created from "Get items from list 2"

"Create item in list 3" -> All the items are from "Get items from list 2"

"Delete item in list 2" -> ID item from "Get items from list 2"

 

 

edit: 

I forgot to show, that you have to use the "Filter Query" at the step "Get items from list 2":

Amatrox_4-1612511596094.png

 

Here you have to use the same filter as at step "Get items from list 1". Remember: You have to change this to your setup.

Otherwise it will move all entries and not just for the specific client

View solution in original post

11 REPLIES 11
Amatrox
Resolver I
Resolver I

@Frank89 

 

so you want the flow to continue just if all entries for client "XX" are marked with ended=yes? If yes it should move all entries for client "XX", which are older than 30 days, from list 2 to 3?

If yes, this should be your solution:

Amatrox_0-1612457316979.pngAmatrox_1-1612457390527.pngAmatrox_2-1612457556771.png

Amatrox_3-1612458121473.png

Amatrox_5-1612458327360.png

 

"Get items from list 1" -> You have to change this to your setup. Should be "Name eq 'Name item'"

"check status" -> value item from "Get items from list 1"

"is status no" -> ended item from "Get items from list 1"

"Apply to each" -> value item from "Get items from list 2"

"Get created date" -> Created from "Get items from list 2"

"Create item in list 3" -> All the items are from "Get items from list 2"

"Delete item in list 2" -> ID item from "Get items from list 2"

 

 

edit: 

I forgot to show, that you have to use the "Filter Query" at the step "Get items from list 2":

Amatrox_4-1612511596094.png

 

Here you have to use the same filter as at step "Get items from list 1". Remember: You have to change this to your setup.

Otherwise it will move all entries and not just for the specific client

Hi @Amatrox

 

exactly! It should be 90 days but thats what I want to realize. 

 

Thanks, 

Simon

@Frank89 
perfect. Would be nice, if you could mark my answer as solution to close this topic and for further needs.

 

ps: wenn sie noch Hilfe benötigen, einfach anschreiben 🙂

@Frank89 

I forgot to show, that you have to use the "Filter Query" at the step "Get items from list 2":

Amatrox_5-1612511621515.png

 

Here you have to use the same filter as at step "Get items from list 1". Remember: You have to change this to your setup.

Otherwise it will move all entries and not just for the specific client

Besten Dank!!! 🙂 

 

I will check and try to re-built this! 

 

Thanks for your help - awesome!!! 

Simon

I created the flow with an added time of 5 minutes for checking. The problem is, when the flow is triggered the "format current time" is never equal "format created time" (+5minutes). So the items are never moved to List3. 

 

Any ideas how to tell this flow when "Counter Value = 0" to wait until "format current time" = "format created time" to move the items to List3!?

 

Looking forward to any kind of help!

Thanks, Simon

 

Flow_Archiv.JPG

Hi Simon,

 

English: The problem is the "Format" action. This cuts the time and your 5 minutes will have no effect because the format is: Day-Month-Year -> 18-02-2021

Imagine: If the format of the modified time is 17-02-2021T23:57:00 and you add 5 minutes, then it will change the date to 18-02-2021T00:02:00. But as I already mentioned, the time doesn´t matter here

 

German: das Problem ist, dass das Datum in folgendes Format formatiert wird: Tag-Monat-Jahr -> 18-02-2021. Somit fällt die Uhrzeit weg und deine addierten 5 Minuten ebenfalls. Wäre es jetzt 23:57Uhr, dann währen deine 5 Minuten rellevant, da sie den Tag um 1 erhöhen würden.

Wenn du willst, dass die Uhrzeit mit beachtet wird, musst du die Formatierung anpassen.

 

 

Best regards,

André

Hi André, 

 

thanks for your response. What I tried before with formating date and time is this: 

 

Flow_Archiv2.JPGFlow_Archiv3.JPG

Bedingung 3: "outputs ('Verfassen')" = "outputs ('Verfassen_3')"

 

This is not working. 

The best way to understand what´s happening is to look at the report of an executed flow. You can open the last run in the overview of the flow:

Amatrox_0-1613659286747.png

 

By clicking on one of the entries, it´ll show the results. There you can see what kind of values "Verfassen" and "Verfassen_3" have.
My last run looks like this:

Amatrox_1-1613659618622.png

 

There you can see, that "Format current time" and "Format modified date" are equal.

 

So please look at your last run and have a look at the two items you want to compare.

 

Ok, here are my screenshots for this ("Verfassen_3" is +5minutes, as at this time the items should me moved to list3). Why is your "Format modified date" equal? You modified it to additional 30 days, no? 

 

I thought the flow should work like this: 

1.) Check the current time when "Counter Value = 0"

2.) When current time +30days (or +5minutes) is reached - move all items with the particular name to list3. 

 

Flow_Archiv4.JPGFlow_Archiv5.JPG

The function is: Move all entires which are older then 30days to the 3rd list. To do so, it will use the "Modified date" to compate it with the "Current date". Example:

- Current date: 18-02-2021

- Item1 -> Modified date: 08-02-2021 -> +30days = 10-03-2021

- Item2 -> Modified date: 19-01-2021 -> +30days = 18-02-2021

 

If you compare the two items with the current date, then just "Item2" will be moved to "List3" because the values are equal.

 

But: What I didn´t consider is, that the "start event" has to be a automatic trigger. Currently the flow starts, when an item is created or modified, but I guess there will be no new or modified items on the weekend? 
If the "modified date" + 30days -> 21-02-2021. This date is a Sunday. If on this Sunday the flow doesn´t run, this item will never be moved because this "modified date" and the "current date" will never be equal again.

 

Sorry for my bad english. I hope you understand my thoughts

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,501)