Hello Community,
I have a flow that I've created to add a link to a SharePoint list item after a file is created and added to a SharePoint document library. The flow is creating the link, but not updating the SharePoint list. I'm using a variable for the 'Link to Item' and I've used just the dynamic 'Link to Item' for the URL in the list item and neither will update the list. Any assistance is deeply appreciated, I've been working on this flow for the past month, and it will not update the list. Screenshots of the Flow and Run are below.
Thanks for any assistance,
Patti
Initial Flow -
Completed Flow -
Solved! Go to Solution.
I found some missing single and double quotes in the JSON and fixed those and changed the list to the document library in both the 'GetType' and 'AddLink' requests and it's working!! It's adding the link to the document library instead of the list, but I can still use that in my PowerApps. Thank you again for your help and most of all your patience.
Patti
@PVLove The Get Files (properties only) action in your flow is redundant. To update a file property you need to use the Update file properties action.
You can simplify your flow it by doing the following:
Hope this helps!
If I helped you solve your problem—please mark my post as a solution ✅. Consider giving me a 👍 if you liked my response! |
Thanks for the quick reply! I need a link in the SharePoint LIST to the file in the document library.
I added an 'Update File Properties' action to the flow and it created a link in the library, but it's still not adding that link to the corresponding item in the list. What else do I need to do to update the list item?
Thanks,
Patti
@PVLove I apologize—totally missed that.
In your flow, you are using the Get Items action. Because you are filtering on the ID column (which will essentially return a single item).
You should use the Get Item action instead. However, do you have an item in your List with the ID of 88?
When does the list item get created? Before or after the file has been created. Another thing to note is that because you are using the When a file is created or modified trigger, your flow will trigger when a file is created and if it's modified.
I have a PowerApps form that creates the list item when the form is submitted and a second flow that is triggered from PowerApps that creates the corresponding file. I'm using a test list and library and, unfortunately, the ID column numbers do not match. I created multiple list items while testing the app before I created and started testing the flow that creates the file from PowerApps. I assumed filtering the ID numbers in the Get Items would match the list item with the corresponding file. I'll replace the Get Items with the Get Item action and see what happens and I'll send you an update.
Thank you for your patience!
Patti
The Get Item action will not work for me and the Get Items/Update Item combo will not update the list. I don't know what else to do to make this flow work.
Patti
@PVLove Thx for the additional context. That helps.
Is it possible to combine your flow that creates a list item and the file into one? Rather than two separate flows? The issue with the secondary flow that is triggered when the File is created could cause issues since it will also be triggered if/when the file is modified.
By combining the flow into one, when you create the list item, you'll be able to pull the item ID which you can then store in a custom column of your document library. This way you are able to reference the corresponding SP list item to the file that has been created.
I'll give that a try and see how far I get. I'm afraid of 'breaking' that flow, lol. Thank you so very much for your help and patience.
Patti
@PVLove I can understand the hesitation. However, I wouldn't recommend you editing your existing flow anyway. Create a copy of it and switch the trigger to a manual trigger. Test and build your flow first before making any changes to something that is already working (or that you've already implemented).
I've tried to recreate the flow and no matter what trigger I use it will not update the list item with the link. I tried a different approach, updating the list item with the 'Send an HTTP request to SharePoint.' It creates the link and updates the list item but does not include the file in the link. So close, but not quite there. Screenshots of the new flow are below. I'm pretty sure my JSON is not correct, but again, I'm not sure what it should be.
Patti
@PVLove You can refer to this section of one of my YT Tutorials which goes over how to customize the Link text using the Send HTTP Request action.
You need to use the Link to Item dynamic content from the When a file is created (properties only) action. Because you also have a Get Items action in your flow—you need to ensure you are selecting the correct dynamic content.
Hope this helps!
Thank you for the video! I followed your instructions exactly. However, when I add the Get Items ID to the 'POST' HTTP request Power Automate puts the HTTP request in an Apply to Each and the flow does not add the link to the list. I added a random number to the Uri, _api/web/lists/GetByTitle(‘TESTDSISeparationMain’)/items(1) to test the outcome. The flow failed, but as you can see in the screenshot it is creating the link. How can I add the Get Items ID to the HTTP 'POST' request and stop it from being put into an Apply to Each?
Thanks!
Patti
@PVLove It should not put the Send HTTP Request into an Apply to Each action. I suspect you are selecting the incorrect Link to Item dynamic content. Instead of selecting the dynamic content associated with the trigger of your flow, you are most likely selecting the dynamic content associated with the Get Items action.
You can confirm this by hovering over the dynamic content label. It should indicate it's from the trigger.
Hope this helps!
Thank you for your patience. I'm so sorry I haven't been able to resolve this with your help/suggestions. I selected the trigger ID (When a file is created (properties only) instead of the Get Items ID. The HTTP-Add Link, 'POST' failed with the trigger ID instead of moving to an Apply to Each. My screenshots of the error messages are below.
Patti
@PVLove The Send an HTTP Request action is being used to update the SharePoint List. By selecting the ID from the flow trigger (When a file is created)—you're referencing the incorrect ID.
The variable isn't necessary in your flow. You can reduce the number of actions by inserting the Link to item from the flow trigger (When a file is created).
Thank you once again! I removed the variable and changed the ID's to the trigger ID and now the flow is failing. It's creating the link, but does not like the trigger ID.
I found some missing single and double quotes in the JSON and fixed those and changed the list to the document library in both the 'GetType' and 'AddLink' requests and it's working!! It's adding the link to the document library instead of the list, but I can still use that in my PowerApps. Thank you again for your help and most of all your patience.
Patti
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