Hi All- I need a small help. I am creating a flow where i need to check if a particular excel file is updated every month or not and in each of the respective country folders. If not, I have to send the reminders to the country leads to update or upload the file.
Question is : How do i keep the path dynamic so that it parses and searches for the file in each country?
The path for different country folder currently looks like below:
Document>Austria>Dashboard>2021
Docuemnt>Belgium>Dashboard>2021
...
Document>Switzerland>Dashboard>2021
As you can see the "Country" part is dynamic here. How and where to specify this in the SharePoint path for 20 different countries that i have?
Try the below
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @abm : Thank you. However, how do i enter multiple countries in the compose? I tried using comma but i get the error( see below)
Hi, @siddharth_flowl, there is a relatively simple way to accomplish this, but you have to approach it from a slightly sideways trigger point.
There are two ways to accomplish what you are after, both rely on you retrieving the Library ID to use 'item' methods for updating.
Get the Library Id
The easiest way to get the Library Id is to go to the Document Library Settings, and take the Id from the end of the URL. Remove the %7B at the start, and the %7D at the end:
https://COMPANY.sharepoint.com/sites/YOURSITE/_layouts/15/listedit.aspx?List=%7BAAAAAA%BBBBBB%CCCCCC%DDDDDD%EEEEEE%7D
The two methods are:
Record Modifications
This is not a very efficient way of doing this.
If you wish to fire on every modification, then instead of using a When a file is created or modified trigger (or whatever you're using), use the list version of that which is When an item is created or modified. This is because all a Library is is a slightly more complex List.
Once you have your new trigger, enter a custom value for the list name and enter the Library Id (go to the library settings and take it from the url).
This will now trigger for every time a file or folder is created or modified anywhere in that library!
Now create a Trigger Condition, and to do this you go in to the settings of the trigger, at the bottom you can add a 'Trigger Condition', so in that field add:
@equals(triggerOutputs()?['body/{FilenameWithExtension}'], 'YOURFILENAME.xlsx')
Now everytime a file is modified that has that filename in the library the flow will run.
You can then have the flow update a SharePoint list which captures the Countries that HAVE modified their files, then you can just filter the list of countries by those that have not updated in the last month.
Hi @eliotcole : Thanks. I did think of using a trigger condition but the file name changes very month for every country too. something like this below.
YYYY-MM-DD_Flat-File-Report_MARKET
I think i can make the month dynamic but not sure how to account for different days, markets etc.
I also need to account for a reminder mail to the counterparts if the file is NOT there in the dedicated folders for each country every month and hence not sure if Trigger condition would be ideal as it would only trigger for when the a new file is created and not necessarily if the file is there? Am i missing something?
You can declare an array and set all the values under it. Create an apply to each loop to iterate each countries and set it dynamically.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog@siddharth_flowl I have to apologise, whilst it's still workable on the every modification trigger, it is not efficient.
For the monthly scheduled check I've realised something very important here, and you will never get the results that you want unless you do this thing that I'm researching. I won't go in to it right now, but I'm looking in to it.
I have edited the previous post.
I will find the Monthly schedule soon.
OK, I'm at a loss, perhaps @Paulie78 can do it ... but ... OK.
----
A little background on what I was looking at.
If you just run your queries on files that were last modified before the start of last month, then you're potentially including any files that were just modified this month. Even if you run it at midnight on the 1st of the month, there's a second or so that something could creep in.
Even though I'm being ridiculous, this just shows that you need to look deeper, at when the versions of files were created.
So, basically, what you need here, is to be able to get the version history of each of the FILENAME.xlsx files from the document library (not the folders specifically, as that would be mayhem) and then figure out who hasn't updated their file this month.
----
Now ... You can get the files using the Send an HTTP request to SharePoint action with the following URI:
_api/web/lists('{YOUR_DOCUMENT_LIBRARY_ID}')/items?$expand=Versions&$select=FileLeafRef,Versions/Created&$filter=FileLeafRef eq 'FILENAME.xlsx'
However I've not found the magic date working to ODATA filter that version data without Power Automate/SharePoint having a hissy fit. I highly expect it's server side protections against wasteful requests running on in-depth resources like versions.
I've managed to get it to accept a few different things without pushing back with errors, but it just hangs and then times out or gives bad gateway errors.
What ever I try on the Versions/Created field I can't get SharePoint to play ball with $filter requests on it. Which is frustrating as all heck, because there is no real reason why those deeper dates can't be the filter here. I've even tried startswith() on the field, as that would suffice, but SharePoint just puts its dukes up.
Paulie, I know you've noted that the current API doesn't (despite the docs saying) allow the day() etc commands. But I did try the legacy API, but it doesn't seem to:
Perhaps you know a work around (or just how to list the available fields there) to get this over the line.
Here is a video that I did that shows how to use the odata day/month/year filters:
How to easily filter a SharePoint list by Day, Month or Year with hidden oData filter functions
Aye, @Paulie78 , I was kind of referring to that. We can't use that because we can't expose the deeper versions data on the legacy API. (at least not that I know)
Unless you know how to expose a list of available fields for a list using listdata.svc (let alone deeper field values - like versions) in which case I'll query a Library for fields, then run an $expand on fields that have deeper JSON stacks (right term?). Then I'll and put together a solution with version details here.
Otherwise, any results that are gathered aren't truly going to reflect what is modified, and when. Just the last modified date.
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