Save Microsoft Forms Attachments to SharePoint with Power Automate

  Рет қаралды 111,677

April Dunnam

April Dunnam

Күн бұрын

See how to save Microsoft Forms Attachments to SharePoint with Power Automate. I’ll walk you through creating a Microsoft Form with an attachment. Next, I’ll show you where Microsoft Forms Attachments are saved. I’ll then use Power Automate to create a flow that will save the Microsoft Forms Attachments to SharePoint as a list attachment or upload them to a document library.
Functions Used:
Get File Name: first(body('Parse_JSON'))?['name']
Note: The demo I show is of a Personal Form in Microsoft Forms, which is why the data is stored in OneDrive for Business. If you created your form as a Group Form then the file is stored in the SharePoint Document Library of the group instead. Loryan Strant has a great article on this: www.loryanstrant.com/2019/11/...
To learn more about expressions-
aka.ms/learnexpressions
|Table of Contents:
00:00 - Intro
00:48 - Setting up the Form: Add File Attachment
01:36 - Configure the SharePoint List
02:10 - Setting up the Flow
03:35 - Getting the Attachment Data
04:20 - Finding where the attachment is stored
06:09 - Getting the file name
08:27 - Retrieving the File Content from OneDrive
10:10 - Adding the file as an attachment in SharePoint
10:50 - Demo: Forms attachment to SharePoint List
11:27 - Add file to document library in SharePoint

Пікірлер: 313
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Important Note: The demo I show is of a Personal Form in Microsoft Forms, which is why the data is stored in OneDrive for Business. We also have the ability to create Group Forms in Microsoft Forms. This means, instead of the form and attachments being tied to the person who created it, it is associate with a Group and the attachments then are stored in the SharePoint Document library of the group. So if that's how you create your form you might not need this process. If you need to move the attachment to a different SharePoint library the only change is to use the "Get File" SharePoint Action instead of the "Get File" OneDrive action. Everything else is the same.
@cvkealey
@cvkealey 3 жыл бұрын
Actually, the "Get File" SharePoint action doesn't work to move those files attached to Group Forms because the "id" of the file that's provided in the JSON from the response details isn't the same as the "id" needed by the Get File action. You actually need to use the OneDrive actions to "Get file metadata" of the attachment, feeding it the "driveId" and "id" (concatenating them with a . in between) from the JSON, then user the Id output of that action with the OneDrive "Get file content" and THEN the SharePoint "Create file" action. It's a pain, but does work.
@vlakdrak4774
@vlakdrak4774 3 жыл бұрын
Thanks so much. Worked for me, however how do I get the 'attachments' field to show first in the columns of the list? Many thanks.
@vanessayamat4873
@vanessayamat4873 3 жыл бұрын
@@cvkealey thank you!!
@cvkealey
@cvkealey 3 жыл бұрын
@@vlakdrak4774 see support.microsoft.com/en-us/office/change-the-column-order-in-a-list-or-library-6f14f5a4-1df4-48a8-a57b-dc1b8f8d03d2
@heatherfeather2621
@heatherfeather2621 3 жыл бұрын
Please do a video on this - lost me
@israelalvesferreira9631
@israelalvesferreira9631 Жыл бұрын
I had a workflow before, much more complex with a Array function, i made it again following this tutorial, worked perfectly, congrats for the video, clear, straight to the point!!!!
@lilykong1989
@lilykong1989 6 ай бұрын
THANK YOU SOOOOO MUCH April! This helps me a lotttt!! I have tried so many ways from other bloggers and youdubers and all failed because they are not as detailed! I love all the content you have posted! YOU ARE THE BEST!! THANK YOU SO MUCH!!
@cmacdhon
@cmacdhon 3 жыл бұрын
Holy crap!!! This is exactly what I have been trying to accomplish for weeks!! I was even told by a so-called 'expert' that due to limitations in Power Automate, it was not possible to retrieve file names of attachments if there was more than one. I have spent all day trying to come up with a believable sob story as to why I could not fulfill this requirement, but thanks to you, I can save the day, and make myself appear 100 times more capable than I really am. I'm going to take full credit for figuring it out myself, but I'll always know that it was all you! 😉Thank you! thank you! thank you! This was HUGE for me.😃
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Well I'm glad that I could help!! 😀
@MarieAndrae
@MarieAndrae 2 жыл бұрын
So glad I found your video - I've been playing around with this for weeks and after following your steps I got it working in under 5 minutes!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Fantastic! Glad this was helpful!
@bobbirowlett6728
@bobbirowlett6728 Жыл бұрын
This is so amazing. I love how clear an step-by-step you have provided this information. I have been struggling and you have my perfect answer. I can't thank you enough!!
@AprilDunnam
@AprilDunnam Жыл бұрын
I'm glad that I could help!
@Jziegenhirt
@Jziegenhirt 3 жыл бұрын
April, your videos make me constantly want to learn more! Thank you for these videos.
@AprilDunnam
@AprilDunnam 3 жыл бұрын
I'm so glad to hear that! You're very welcome 🙂
@garycarmen9212
@garycarmen9212 2 жыл бұрын
Thank you April. This video was fantastic. I did try to replace the expressions with the name for the Parse Json as you described for uploading more than one file, although I had an issue whereby the attachments would not open. I realised that I had an 'apply to each' for both the get file content and add attachment. It is worth noting in case others have this issue, the get file content and add attachment needs to be wrapped in the same apply to each.
@crystalmarini5208
@crystalmarini5208 Жыл бұрын
This is more complicated than it looks and I still can't get it to work. April, it would be a great video to walk us through the whole thing with multiple attachments. It's not obvious for non-developers...
@stefanietam8481
@stefanietam8481 Жыл бұрын
Your videos are the best! So well explained and thorough. You save me so much headache. THANK YOU, THANK YOU, THANK YOU!
@laurentvandescuren2082
@laurentvandescuren2082 2 жыл бұрын
Thank you, you saved me from a nervous breakdown. Finally a clear flow to save Forms attachments.
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad I could help!
@surfingjemima
@surfingjemima 2 жыл бұрын
This is brilliant!! Thank you! I have been trying for days to find a video showing how to do this that actually works!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
You're very welcome, glad it helped!
@lawrencesanders4134
@lawrencesanders4134 2 жыл бұрын
April, this video was very clear and scoped perfectly. Great job!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Thanks Lawrence!
@pupycron4302
@pupycron4302 Жыл бұрын
This has been SO helpful. I thought this will be easy I can just figure it out myself, and boy was I WRONG!
@Coco-dh1by
@Coco-dh1by Жыл бұрын
Hi April. Wow! I followed your steps and it actually worked first time - I am super impressed and thank you so much!
@AprilDunnam
@AprilDunnam Жыл бұрын
Yay! Love when it works the first time :)
@AMindGame
@AMindGame 2 жыл бұрын
You're our Queen. Thank you so much for your time and simple instructions.
@kyosho3218
@kyosho3218 3 жыл бұрын
Thankyou for the vid - I have been struggling parsing the JSON until I saw this. Awesome.
@AprilDunnam
@AprilDunnam 2 жыл бұрын
You're welcome!
@TheBlickcat
@TheBlickcat 5 ай бұрын
YES! THANK YOU! Been looking all morning for this solution. Much appreciated
@AprilDunnam
@AprilDunnam 5 ай бұрын
Glad to help!!
@gmc111568
@gmc111568 5 ай бұрын
This was extremely helpful and just what I was looking for. Thanks for your clear explanation and detail. This actually helped me learn a couple of other things as well that I’d been wondering about!
@AprilDunnam
@AprilDunnam 5 ай бұрын
I'm so happy to hear that. Glad I could help!
@laurenmeier4746
@laurenmeier4746 3 жыл бұрын
Another great Video April! Thanks so much for helping me automate my business
@AprilDunnam
@AprilDunnam 3 жыл бұрын
You are so welcome Lauren!
@CP-vt9wr
@CP-vt9wr 2 жыл бұрын
Thank you, April, this was very helpful! An easy and elegant way... 🙂
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad it was helpful!
@bigfoot99uk
@bigfoot99uk 3 жыл бұрын
Thanks so much for this! I think i would have spent ages trying to figure this out.
@AprilDunnam
@AprilDunnam 3 жыл бұрын
You're very welcome!
@eaklause
@eaklause 5 ай бұрын
I can't tell you how often I come back to this great video for instruction. Thank you SO much April. Any chance of you making a video if there are TWO attachments within the same form that you need in the same SharePoint list?
@bikerz1k
@bikerz1k 3 ай бұрын
Great tutorial! It's so good, it was recommended in the power community as a solution! Thanks.
@AprilDunnam
@AprilDunnam 3 ай бұрын
Oh wow, that's awesome!
@husalkahli
@husalkahli Жыл бұрын
Thanks a lot, this was helpful and you covered everything, yes I tried this in a Group in SharePoint and it works fine.
@AprilDunnam
@AprilDunnam Жыл бұрын
Glad to hear!
@clifsportland
@clifsportland 3 жыл бұрын
I'd happily pay you hundreds of dollars for the information you just shared! Thanks!
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Thank you I appreciate that!
@clifsportland
@clifsportland 3 жыл бұрын
@@AprilDunnam do you have a link to the video you referenced at the beginning? Moving forms data to a list?
@shawnbadgeley4787
@shawnbadgeley4787 2 жыл бұрын
Thank you for this valuable training video. It was extremely helpful and easy to follow.
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Great to hear it was helpful and easy to follow. Thanks!
@davidferrick
@davidferrick 2 жыл бұрын
Thank God for pause because you sprinted through this process. :)
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Fun fact: You can also adjust the playback speed of a video by clicking the settings gear in the video. Maybe you can try that next time if the FREE content you're watching isn't at your preferred pace. Could prevent you from having to leave passive aggressive comments on other videos :)
@gabatsoswekentse4699
@gabatsoswekentse4699 Жыл бұрын
Thank you so much April, exactly what I needed
@AprilDunnam
@AprilDunnam Жыл бұрын
You are so welcome!
@jordancartmell4920
@jordancartmell4920 Жыл бұрын
Great explanation, you've saved me many hours! Thank you
@AprilDunnam
@AprilDunnam Жыл бұрын
Yay! So happy to hear that 🙂
@vanessaaustin3348
@vanessaaustin3348 Жыл бұрын
Hi April!!! Thank you so much for this video. I was finally able to get it to work and am DELIGHTED!
@AprilDunnam
@AprilDunnam Жыл бұрын
I'm so glad it worked!
@vanessaaustin3348
@vanessaaustin3348 Жыл бұрын
@@AprilDunnam my flow is being funky. Uploading a file is not mandatory and there will be instances where a file will not be present. Do I have to do a yes/no condition?
@Yeoolw
@Yeoolw 4 ай бұрын
This is exactly what I am looking for. Thank you! 😊
@AprilDunnam
@AprilDunnam 4 ай бұрын
You’re welcome 😊
@timoneill1477
@timoneill1477 2 жыл бұрын
This is great thanks, helped me further streamline our processes and reduce email traffic in our business.
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad it helped!
@user-zz9wh1us6r
@user-zz9wh1us6r 7 ай бұрын
Awesome video, April! Love your channel.
@AprilDunnam
@AprilDunnam 7 ай бұрын
Thank you so much!
@spamfaces
@spamfaces 3 жыл бұрын
Thank you, that was so clear and I have been able to successfully set this up.
@AprilDunnam
@AprilDunnam 3 жыл бұрын
You're very welcome Julie! Glad it helped!
@patrickcardichon9212
@patrickcardichon9212 4 ай бұрын
Thank you so much April. It worked!
@AprilDunnam
@AprilDunnam 4 ай бұрын
Awesome, glad it worked for you!
@shivabkumar7999
@shivabkumar7999 5 ай бұрын
Awesome work and very useful video, April. Keep it going ! 👌
@AprilDunnam
@AprilDunnam 5 ай бұрын
Thank you so much!
@florian1054
@florian1054 2 жыл бұрын
Thank you a lot April, this was very very helpful !!!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad it was helpful!
@morganmcgary921
@morganmcgary921 2 жыл бұрын
Another fantastic video April!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Thanks so much!
@lachlancalder9029
@lachlancalder9029 3 ай бұрын
Thank you so much! I never comment. This was incredibly helpful.
@AprilDunnam
@AprilDunnam 3 ай бұрын
You're welcome! Glad it helped!
@jtoniazzo
@jtoniazzo 2 жыл бұрын
You're awesome! Thank you very much. You saved my soul and my job. lol Greetings from Brazil ;)
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Wow I saved a soul and a job! That's a good day! Glad I could help :)
@yingwang3771
@yingwang3771 Жыл бұрын
You are truly amazing. Save my day❤
@AprilDunnam
@AprilDunnam Жыл бұрын
I'm so happy I could help!
@tiagodjin
@tiagodjin 3 жыл бұрын
Thank you for the content! Very helpful!
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Glad it was helpful!
@FlyHighVisuals
@FlyHighVisuals 2 жыл бұрын
Just fantastic - thanks April, life saver :-)
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad I could help!
@volcomstone54
@volcomstone54 3 жыл бұрын
This was really helpful! I am having trouble trying to get the attachment to pop up using a group form and Sharepoint Library. Any ideas on what I should place in the file content area?
@romi8067
@romi8067 10 ай бұрын
Thanks for this video! It was very useful :D It worked successfully!
@AprilDunnam
@AprilDunnam 9 ай бұрын
Yay! Glad it worked :)
@anniebhutto6012
@anniebhutto6012 5 ай бұрын
I love you
@AprilDunnam
@AprilDunnam 5 ай бұрын
Thank you so much ♥
@mohanadAlsafi
@mohanadAlsafi 2 жыл бұрын
Thank you, so clear and helpful :)
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Glad it was helpful!
@guluu6993
@guluu6993 2 жыл бұрын
April, Thank you for the how-to. I follow your guide as exactly as I can tell however, I am running into a problem. When there is no attachment the flow fails.
@jean-emmanuel5616
@jean-emmanuel5616 2 жыл бұрын
Hello April, Thank you for clearly explained the steps.I do have a form with attachment that i am looking to collect the data in List, but when i create the item and plugged the site address, the list name cannot be found.I uploaded the files to One drive and can see the file in the Team folder that i created.What do you suggest me to do in that case ? Thank you.
@maathias9
@maathias9 2 жыл бұрын
Thank you for your video, really helped! If I'd like to take this one step further and have the image that was uploaded from forms show in an approval before I add it to SharePoint (if approved), how would you go towards accomplish this? Thanks again.
@jolycious7143
@jolycious7143 3 жыл бұрын
Hi April, thank you for the super useful video. Could you let me know how I can move these attachments to a SharePoint folder? I can't seem to add the folder location in the "Create Item" step on Automate
@idolwon5584
@idolwon5584 Жыл бұрын
Thank you so much for this!
@AprilDunnam
@AprilDunnam Жыл бұрын
You're so welcome!
@cbeyonduk
@cbeyonduk 2 жыл бұрын
Hi April, thanks for this very informative video. I have a form which has TWO fields for adding attachments (the first is to add an XLS expense claim form, the second is to add the receipts saved as a PDF doc). I've followed your video but created two separate flows (Parse JSON, Get file contents using path and Add attachment). For both i've used the "first(body('Parse_JSON'))?['name'] expression" as each of these two fields only allows the uploading of 1 attachment each. The files are correctly saved in their respective folders on OneDrive (Question and Question 2). Question's file format is XXXX.XLS (e.g. Expenses_BOB.xls), Question 2 file format is XXXX.PDF (e.g. Receipts_BOB.pdf) The problem i am having is the second one is failing (at Get file contents using path). The raw input is: "host": { "connectionReferenceName": "shared_onedriveforbusiness", "operationId": "GetFileContentByPath" }, "parameters": { "path": "/Apps/Microsoft Forms/Expense Claim Form/Question 2/Expenses_BOB.xls", "inferContentType": true It is failing with a 404 Status, The resource could not be found. Looking at the path in the second "Get file contents using path" it is referencing the file from the first "Get file contents using path" (Expenses_BOB.xls instead of Receipts_BOB.pdf) How do I address that? Many thanks in advance, Graeme
@user-zj3pm9dy7f
@user-zj3pm9dy7f 2 жыл бұрын
April, amazing video. Thank you so much! One thing I figured out - and I know this was at the very end when you were trying to finish up so there was not a lot of time spent on it: You show two "Apply to each" boxes when grabbing multiple files, but I could only get it to work when I had ONE "Apply to each" action with both the "Get file Content using path" & the "Add attachment" in the same "Apply to each" action 'box.' Thanks again!!
@stevel4734
@stevel4734 2 жыл бұрын
I was having same issue. Thanks for posting as this was driving me crazy! Works now once I put them in the same Apply to each action.
@paigesmith9771
@paigesmith9771 Жыл бұрын
This worked! Thank you
@nadiadamiens3222
@nadiadamiens3222 3 ай бұрын
Thank you April for this very helpful video I wonder how you managed to display the document in columns in micsosoft list?
@smithsark77
@smithsark77 2 жыл бұрын
Great tutorial. Much appreciated. Do you know if the attachments can be saved in designated folders on MS Teams ?
@user-uw4ge9rt2w
@user-uw4ge9rt2w Жыл бұрын
Hi April, Thanks so much for this training material! It's so clear to follow with your explaination. But I have a question here when I have one question in Form to ask user to upload attachments, while ppl can upload photos or videos. And I have created the flow per what you have mentioned in the video, but I could only open the photos in SharePoint when the user upload both photo and video in the same Form. And I can open the video when the user only upload video in that Form. If there is anything I have to edit in the flow in order to solve this issue? Thanks so much!
@MeganStar25
@MeganStar25 2 жыл бұрын
This video saved so much work for me! Thank you so much! Do you have a video that shows how to import more than one attachment? Thank you again!
@Coco-dh1by
@Coco-dh1by 11 ай бұрын
Hi April, I use this video all the time for my Flows that have attachments - do you perhaps have an adjustment for when there is not attachment as sometimes we do no have a document required as evidence for the Flow. Warm regards
@HaNguyen-dc3iu
@HaNguyen-dc3iu 3 жыл бұрын
Thank you so much for your video, I solved my problem with your suggestion.
@AprilDunnam
@AprilDunnam 3 жыл бұрын
That's great, glad it worked!
@JR-sy1jz
@JR-sy1jz Жыл бұрын
SO. HELPFUL. THANK YOU!!
@AprilDunnam
@AprilDunnam Жыл бұрын
You're welcome!
@TheDaveWaddington
@TheDaveWaddington Жыл бұрын
Thanks for the video. Very helpful.
@AprilDunnam
@AprilDunnam Жыл бұрын
You're welcome, glad it was helpful!
@diaharrill4810
@diaharrill4810 2 жыл бұрын
I have my flow set up just like your vid, but get an error 'Get file content using path' failed - The resource could not be found. The attachment is in the proper SharePoint folder. On the inputs of Get file content using path action, the file path = /Apps/Microsoft Forms/file name test.docx What am I missing? Any hints would be gladly taken!
@nagiosmsff-rsp332
@nagiosmsff-rsp332 Ай бұрын
Thank you for this informative video ! I only have a question regarding the SharePoint list column of the attachment and what type is it ?
@prasant825
@prasant825 2 жыл бұрын
Hi April, thanks for this video, can we get forms last response in a excel file and send it as email attachment to a set of people by power automate?
@paulinemoore7256
@paulinemoore7256 2 жыл бұрын
Thank you! I got it to work!!!
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Awesome! You're very welcome
@fdcdvd
@fdcdvd 2 ай бұрын
great work, thank you very much
@AprilDunnam
@AprilDunnam 2 ай бұрын
Glad you liked it!
@MrKnarf82077
@MrKnarf82077 2 жыл бұрын
I have everything working up to the "Get File Content" section where it grabs the file name. Even though the file exists, it keeps advising that the fild id is not valid. Any thoughts?
@vishalkarthik9971
@vishalkarthik9971 3 ай бұрын
The video was very helpfull to me. As you mentioned if the attachment is more than 1 we should not use first(body) expression, so what would be expression for 3 attachment or >3
@cjayeee25
@cjayeee25 Жыл бұрын
Thank you for help it worked for my department.
@AprilDunnam
@AprilDunnam Жыл бұрын
I'm glad it helped!
@michaellafferty7568
@michaellafferty7568 2 жыл бұрын
Is it possible to use this method to post the picture to an image field in the list rather than as an attachment? I got it to work as an attachment which is great but it would be ideal for my situation to be able to have it in an image field.
@bobbirowlett6728
@bobbirowlett6728 Жыл бұрын
Is there a step that can be shared for how you would do automatic maintenance on the original location of the documents uploaded. In your example you're taking from the original one drive location and copying them to the list. Works so well! But we still have a lot of files that will just sit in the original location. Thinking it would be a good idea to keep that trimmed down since already found in the list.
@yvonneplacek1927
@yvonneplacek1927 3 жыл бұрын
Hey April, thank you so much for your videos, they are always so helpful and well structured! Do you perhaps have any idea on how to achieve something similiar with external users?
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Hmmm so unfortunately attachments in Forms is only supported for internal users right now and I'm not aware of any work-around for that. You can share a SHarePoint library to external users though so one way you could handle it is to share a library externally and provide a link to that library in the form and instruct them to go there to upload the attachments.
@laurenblack9693
@laurenblack9693 Ай бұрын
Hi April, this worked for attaching my first attachment. Although I followed the same exact steps again for my 2nd attachment and am getting the error that the file does not exist. Is it a different expression to be used for the 2nd attachment?
@thelmanyanway4590
@thelmanyanway4590 3 ай бұрын
Hi April, thank you so much for this video. Question- how did you create the expression to include the parse json? I keep getting an error message that.
@vbrittney
@vbrittney 2 жыл бұрын
Hi @april i kee gettng this error message " Correct to include a valid reference to 'Parse_JSON' for the input parameter(s) of action 'Get_file_content_using_path'." what do I do?
@martiscuola238
@martiscuola238 2 жыл бұрын
thank you very much for your video! I have a question. I have a form where the user can upload 1 attachment or 3 attachments. Unfortunately the flow does not work in this case, I have this error: "The execution of the 'Apply_to_all' action of the model failed. The result of evaluating the expression 'foreach' '@outputs (' compose_output_ buffer ')' is of type 'Null'. The result must be a valid array". How can I do? thank you
@Makingdifference100
@Makingdifference100 2 жыл бұрын
I was wondering if you could assist me to create a power automate flow that would create some folders and move some files into this folder every time a new folder is created. I want to create the folder based on the windows dialog box from a html5 form, and I do have some checks list that I want to select to control how many files will be moving into the new folders. Do you think you could help me?
@michelledesilva5012
@michelledesilva5012 3 ай бұрын
Thank you. I’m having issues in pasting the code in json expression. Is there a reason for it? It doesn’t let me paste the code. Just comes up an empty cell.
@sebastiansanchez8705
@sebastiansanchez8705 2 жыл бұрын
How do I set it up in Power Automate if Forms was designed to collect uploaded files for multiple questions?
@prashantguggari9365
@prashantguggari9365 10 ай бұрын
thank you so much I have been trying this for my automation for almost 2 days. it isn't working. With your guidance, I can successfully automate for the first time.
@PatRook-sy4jq
@PatRook-sy4jq Ай бұрын
Hi, this is super helpful. Quick question: My flow works great when I upload a file to my form, but it fails at the Parse JSON step if there was no file uploaded. Is there a way to edit the parse JSON step so that it skips if there is no form file upload? Thanks!
@TanyB
@TanyB 7 күн бұрын
April I need help, I used This flow and everything is fine but when I add Multiple photos in the form, it goes to the share point but when I try to open from The share point attachment area the image won’t display after it opens. But if I only upload one image it opens fine.
@Coco-dh1by
@Coco-dh1by 8 ай бұрын
Hi April, I have been using this video for some really important Flows in our business but in the past few days I have received an error when trying to open the document in the Sharepoint List. I have followed your steps implicitly and it works if there is one document but when I try multiple documents I cannot open the document - any idea what could be wrong?
@TaraCotz
@TaraCotz Жыл бұрын
can someone help me with creating a flow where I can extract an attached excel file uploaded to a form and then saving it to sharepoint? The form serves as a request to managers. I have created a flow which goes for approval and once the approve it should do 2 things, send out an email to the requester that the form is approved and then the attachment should be save into sharepoint for back up purposes. I have managed everything except the attachments part. Can someone help me, please?
@skilltocareer
@skilltocareer 8 ай бұрын
Hi April, Thanks a lot for this great tutorial. I got stuck with the first function in get file content using path, what I have shown is differnt than what you had on the screen in the first function it's first(item()['name']) and even when following the remaining steps, not working
@cheng6527
@cheng6527 Жыл бұрын
Thanks for your kind sharing - Perfect
@AprilDunnam
@AprilDunnam Жыл бұрын
My pleasure!
@Collinmcd87
@Collinmcd87 3 жыл бұрын
Can you do a tutorial on how to convert a file within a sharepoint document library to a PDF? Most of what I've seen you have to be specific about what folder the PDF goes to. But, what if I want an excel or word doc converted (additional copy) to a PDF in the same folder that the file already lives? Thanks April you rock!
@garycarter222
@garycarter222 4 ай бұрын
This is really helpful, the only thing I have noticed is that when the image is saving into a folder it is then creating a new folder of the image name which is empty. What would be causing this?
@courtneybryson9778
@courtneybryson9778 Жыл бұрын
Wow thank you so much April. Such a helpful video. I am wondering if you can help me. I have gone through the steps & I am struggling with the Parse JSON section. It says my schema is invalid. When copying the field in my Run History. All of my answers are situated in ''Body'' and are not individual like seen in your video. Does this make a difference to my flow going forward?
@lawrenceslavin4507
@lawrenceslavin4507 2 жыл бұрын
April, I hope I'm not repeating the question. I don't see "Get file content using path" as an available step. Could that be because my government org may have blocked it? Thanks for any input you may have.
@AM-jm5dr
@AM-jm5dr 2 жыл бұрын
Is there a way to create a Case Management Tracker with multiple attachments and one approval. For example: analyst creates case #123 with multiple attachments and manager reviews and approves the entire case. Then the case is displayed permanently with details on analyst name, approver name, date/times, attachments, etc?
@shaibeezz
@shaibeezz 2 жыл бұрын
Hi That is really nice useful One quick question can we control by file size and type e. g. If same emails logic have different type and size of files and we need only files size over 4 KB and type as HTML. Can we config as addition to same scenario of yours
@auntieinamerica5503
@auntieinamerica5503 2 жыл бұрын
Thank you so much for making the video. This is very useful. I’ve been trying to figure out how to do the below task and need some help please: I’ve created a form with different branches. If user choose type A, then type A questions pop up; if type B, then type B related questions. Both have two questions asking them to attach files. My desire outcome is show their responses as a PDF with a link in the PDF to open the file they attached. And post the response PDF on sharepoint (Microsoft list) Is it doable?
@Jojje67
@Jojje67 2 жыл бұрын
Great video and good explanation about JSON. But an easier way to grab the file is instead of using "Get file content using path" is to use "Get file content" and use "id" from Parse JSON. And you already have the "name" in Parse JSON. No need for an expression when you Add attachement.
@morganmcgary921
@morganmcgary921 2 жыл бұрын
Joakim, thanks sooooo much for posting this. In my environment I could NOT get the get file content using path method to work but your proposed change fixed it right up for me and it's working now. you rock!
@AliOGUL
@AliOGUL 2 жыл бұрын
for anyone who has issue finding "file content" , this is the best approach. when using "Get file content" , don't put the path (you will have issues otherwise), just use JSON id alone; first(body('Parse_JSON'))?['id'] and then when adding attachment , as Joakim mentioned, you just need to add "name" as it will be available in the dynamic content list under "Parse JSON"
@TaraCotz
@TaraCotz Жыл бұрын
What parameters do you have to have in the List in order for Excel files to be extracted from a form? I am really struggling to make this work. I will try your tip and check if it would work.
@melissaw7
@melissaw7 3 ай бұрын
Great video! It's very close to what I've been searching for. What would need to be added to this process to have the MS Form attachments (for a group form) be added to a document library according to the characters contained in the file attachment name? Example, files that contain the word "blue" are placed in the document library folder titled "Blue." Really hope you're able to help with this. Thanks!
@radaytal
@radaytal 2 жыл бұрын
Hi! thanks for this great video! unfortunately, I get "the response in not in json format" message, although i wrote exactly what's in the video. what can be the problem?
@Vikhingr
@Vikhingr 3 ай бұрын
If I have multiple questions for uploading attachments, what should the flow be like?
@marekmierzynski5834
@marekmierzynski5834 Жыл бұрын
I have a survey with more than 30 multi-file, not mandatory upload questions. I want to use power automate to build Excel with links to these attachments (using friendly name). I would love to call a child flow (that would do the parsing, and retrieving a link) in place where I assign response to Excel column. However that is not possible. Is there better way to handle that case ? All internet solutions says about one or two upload questions. But what if I have so Many?
@davidjungwon5336
@davidjungwon5336 2 жыл бұрын
Hello, and how does it work for two added upload options with a max of 4 uploads at once? ty in advance
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 49 МЛН
Gym belt !! 😂😂  @kauermtt
00:10
Tibo InShape
Рет қаралды 17 МЛН
路飞太过分了,自己游泳。#海贼王#路飞
00:28
路飞与唐舞桐
Рет қаралды 34 МЛН
Move Microsoft Forms Data to Microsoft Lists
16:19
April Dunnam
Рет қаралды 171 М.
Run a flow when a SharePoint column is modified
9:58
April Dunnam
Рет қаралды 125 М.
Microsoft Forms to PDF without Premium Actions in Power Automate
16:25
Web Scraping Made EASY With Power Automate Desktop - For FREE & ZERO Coding
13:11
How to Add Microsoft Form File Uploads to a SharePoint List Item
25:46
A Creative Opinion
Рет қаралды 2,8 М.
Частая ошибка геймеров? 😐 Dareu A710X
1:00
Вэйми
Рет қаралды 3,1 МЛН
My iPhone 15 pro max 😱🫣😂
0:21
Nadir Show
Рет қаралды 722 М.
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,1 МЛН
Better Than Smart Phones☠️🤯 | #trollface
0:11
Not Sanu Moments
Рет қаралды 15 МЛН
low battery 🪫
0:10
dednahype
Рет қаралды 1,3 МЛН