How to save Microsoft Forms Responses & Attachments to SharePoint Lists or Libraries & Send Email

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

Комментарии • 1,3 тыс.

  • @dougydoe
    @dougydoe 2 года назад +15

    Another great video, Reza. This time, I actually created everything alongside as I was watching it. That hands-one practice actually embeds the knowledge even more as I've discovered. A strange thing I noticed though..... With the Training Survey Form (From a Group form), The Flow seemed to work only when I upload either an Image or PDF File. Once I added a Word or Excel File, it fails at the "Get the content using path" action... giving a file not found (404) error. it finds the image, PDF but couldn't find the Word/Excel file. What could be causing that? In the demo, you uploaded PDF's so you may not have noticed it or, I may be doing something wrong?? Will be interesting to find out your thoughts on that. Thanks again

    • @RezaDorrani
      @RezaDorrani  2 года назад +14

      You are spot on. It does not work for certain file types.
      Here is the fix.
      Use "get file content by path" SharePoint action.
      And for the path use the following expression:
      concat('YoursiteURL/Shared%20Documents/Apps/Microsoft%20Forms/Training%20Survey/Question/',item()?['name'])
      YoursiteURL - Your SharePoint Site URL
      Training%20Survey - Form Name

    • @dougydoe
      @dougydoe 2 года назад +4

      @@RezaDorrani What a relieve!! Stayed on it for a few hours just trying to figure it out until I tried the file combinations. I just thought I was missing something. Thanks for confirming.

    • @RezaDorrani
      @RezaDorrani  2 года назад +2

      @@dougydoe Thank You for highlighting this!

    • @dougydoe
      @dougydoe 2 года назад

      @@RezaDorrani I tried the fix and this time, the Flow seems to be in perpetual "Running" mode. Was in that state for over 12min so had to cancel it. The files being uploaded are way below the Max size limit for each file as well.
      Just to reiterate; the concat(......expression) you provided as the fix should be the File Path's property value in the "Get the content using path" action within the Apply to each action, right?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@dougydoe Max file size limits are hard limits and cannot be exceeded.
      The concat does not have any file path.Its your hardcoded doc library url and name of file which is dynamic.

  • @sgb3474
    @sgb3474 Год назад +6

    Spent half a day trying to get this working with other vids, only took 15min once I found yours. Bravo sir!

  • @bastoshenrique
    @bastoshenrique Год назад +12

    I'm not the kind of person who is used to like and comment on videos but I had to surrender myself to this one because it helped me to solve a big problem related to this topic. Thank you very much for share this content we us!!! Like the video and follow you is the least we should do!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thank You so much for the appreciation!

  • @manishh7323
    @manishh7323 2 года назад +4

    So timely. I spent time doing form attachments to both lists and email (in an approval request) but where mines was heavy at processing each attachment , including checking if null, Reza's code does it in 4-5 steps as opposed to mines which was 4 steps for each file processed. Guess whose spending time tonight to optimise his flow.
    Reza , you're brilliant.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Thanks for sharing your scenario, Manish. So glad to hear the technique showcased in video is effective. Good luck with improving your flow :)

  • @yankeedoll2jeter
    @yankeedoll2jeter Год назад +1

    Thank you SO much! This has been one of the most simple ways to do this. Other articles on the internet are much too complicated and I've used this many times. Thank you again!

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      You're very welcome!
      The reason I made this video were the other articles :)

  • @VeroLaVege
    @VeroLaVege 2 года назад +5

    This is THE best tutorial on how to handle Forms attachment in List. Thank you so, so much. I had spent countless hours trying to understand how to deal with optional or multiple Forms attachment, and this made it super easy. I managed to have the 4 different optional file uploads from my Forms saved to my List. Thank you, thank you, thank you!!!

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      You are most welcome Veronique!
      Thank You so much for the awesome feedback.
      Means a lot.

    • @plcoin3355
      @plcoin3355 Год назад +1

      Hello, can you please explain how you did this? Did you add 3 more fields for the respective documents in the condition? I have a document MS form with three different file upload dialogs and I'm having trouble realizing it.
      Thanks ;)

    • @Tyr00003
      @Tyr00003 7 месяцев назад

      @@plcoin3355 same question here how to handle 3 or more document upload question :)

  • @priscillahardwick
    @priscillahardwick 2 года назад

    Thanks for all your videos! You have helped me so much in my career. This video ended a long search for a resolution of why my data wasn't uploading to SharePoint for all of my sites when they didn't add an attachment! You're the best! Keep them coming!

  • @fredconti8530
    @fredconti8530 2 года назад +3

    Best tutorial for handling attachments. Reza has thought of many different scenarios and has clearly shown how to handle each one. Bravo!

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Glad it was helpful!

    • @pac0113
      @pac0113 Год назад

      Clearly not excel attachments though 🙄

  • @xelias124
    @xelias124 3 месяца назад +1

    RUclips is amazing, I was having a very specific issue at work regarding form attachment and how to transfer them into a sharepoint list, and somehow, there's a really detailled and didactic video explaining every details of the process, walking me through the whole ordeal
    Thank you so much !

  • @cvkealey
    @cvkealey 2 года назад +7

    Great stuff! Your use of expressions to streamline the process is beautiful. As much as I practice, I really struggle with writing complex/compound expressions and nearly always resort to using a bunch of compose actions with much simpler formulas. Also, thanks for linking to my video on manipulating the file name to remove the submitter's name.

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Thank you very much and your video on file naming is very good!

    • @DavidL-kw4fr
      @DavidL-kw4fr 2 года назад

      Great Videos from You both, Mates. Does @Chad's method also work to get rid of the wild Filname before the actual Filename? The attachment in MS Lists has the original Filename but in de SP Documentlibrary its kind of wild. Just as seen here: ruclips.net/video/K-hiDOPAG-4/видео.html in Minute 25:27
      Also i am trying to find out, where exactly i need to put in the "Parse JSON"-Function in Rezas Workflow. Thanks so much for all your help.

  • @jayong1418
    @jayong1418 Год назад +1

    I watched this in 1.5 speed and bang! I got more than I asked for. Fantastic tutorial! Thank you!!!

  • @davidadams421
    @davidadams421 2 года назад +6

    What a fantastic video!! A genuine masterclass. Clear, structured, each grows on the next. The way you construct the flow is very intuitive - others say, "I'm going to create a variable, you'll see why later...". You say, "I need x but hold on, I need to loop through, so first I need to create a variable". This is far better for newbies that don't have that foresight yet. Brilliant! Quick question: in the Additional Documents demo, you created a condition to check whether Additional Documents was null before proceeding. Why not simply create varFiles and then append both Photos and Additional Documents to it? If the Additional Documents array is empty, it won't append anything to the varFiles array. No need for the conditional branch?

    • @RezaDorrani
      @RezaDorrani  2 года назад +2

      Thanks You for the awesome feedback David.
      Your point on the array being empty is right. I did a video on it earlier however for some reason the flow does not accept an empty array when calling the SharePoint actions. Hence those checks in the code.

    • @plcoin3355
      @plcoin3355 Год назад

      Hey @davidadams421, can you please explain how you mean that? I have a document MS form with 3 different file upload dialogs and struggle with the logic.
      Thanks ;).

    • @davidadams421
      @davidadams421 Год назад

      @@plcoin3355 Wow, this was a while back! I've slept since then!! If memory serves, in Reza's demo, he populated an array with a list of files, then checked whether additional files existed, if so, added them to the array. My point was he could just add everything to the array without the check, however this wouldn't work for the reasons he mentions.

  • @uncle_jojo
    @uncle_jojo 2 года назад

    This is unbelievable. I did a Google search for "microsoft forms store data from responses". This is the first returned video. It is crazy that this process is exactly what I needed. I have never had the first returned video ever be the perfect video for my needs. Wow. It covered both of my use cases - storing responses to my OneDrive and for a Group SharePoint. Thank you so much!

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Thanks to Google :)
      Glad to hear the video covers most scenarios. Thank You so much for watching.

  • @DmitryM-r8n
    @DmitryM-r8n 11 дней назад +1

    Finally, instructions that do work. Thank you Sr!

  • @youngdataio
    @youngdataio 2 года назад +4

    Bro you're the best

  • @heathermitchell2748
    @heathermitchell2748 Месяц назад +2

    Thank you, Reza! I was able to use your very clear instructions to fix a critical flow which broke when my organisation changed an individually owned Microsoft form to a group form.

    • @RezaDorrani
      @RezaDorrani  Месяц назад

      You're most welcome!

    • @jordanseremy5763
      @jordanseremy5763 Месяц назад

      hey how did you make it run with the Group Forms???

    • @heathermitchell2748
      @heathermitchell2748 Месяц назад

      @@jordanseremy5763 The overall concept is that users fill in an MS Form with a mandatory photo upload question. The flow creates a new item in a SharePoint list, gets the attachments from the Team site Documents library and attaches them to the newly created item. Flow steps are:
      1. Trigger is When a New Response is Submitted (add the form id as a custom value)
      2. Add an Apply to Each loop, first action is Get Response Details. Second action is Create Item (SharePoint connector).
      3. Add another Apply to Each loop to go get each attachment for the form from the Team site Document library. Output is json(outputs('Get_response_details')?[Dynamic content that relates to the upload question']). (11:21 to 11:46 in the vid). First action is Get content using path (SharePoint connector) with the site address being your Team site and the File Path being the expression Item()?['link'] (31: 58 to 32:05 in the vid). Second action is Add Attachment (SharePoint). id field is dynamic content ID (from the Create item property), File Name is expression item()?['name'] (12:20 to 13:04 in the vid) and File Content is expression body('Get_file_content_using-path').
      Hope that helps!

  • @grant4458
    @grant4458 Год назад +1

    I wish I could give you more upvotes. I automatically upvote your videos as they start because I know I will learn something.

  • @matthewbaker4163
    @matthewbaker4163 10 месяцев назад

    Thank you Reza, once again you have successfully shown me how to solve a power automate puzzle where many others fail. I should have known to check your channel first. I am grateful for all the help you so generously provide. 🙏

  • @evolutionsimplified
    @evolutionsimplified Год назад +1

    Reza actually inspires confidence and trust. When autoplay is on and I come across one of his videos, I know to put my food down and pay attention.

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thanks so much. I hope to keep working hard and provide valuable content. Its all about maintaining the trust.

  • @miss_mann2402
    @miss_mann2402 Год назад +1

    My goodness! Another dynamic video! I learn something every week from you, Reza. Please keep the videos coming.

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      Thanks so much.
      Video description has link to download sample flow. Give that a try.

    • @miss_mann2402
      @miss_mann2402 Год назад +1

      @@RezaDorrani, I did figure it out. Thank you so much.

  • @hugojeharr2217
    @hugojeharr2217 9 месяцев назад +1

    Thank you reza, all your power automate tutorial is really helpful. The least I can do is subscribing and giving like. Cheers

    • @RezaDorrani
      @RezaDorrani  9 месяцев назад

      Hey, thanks so much.
      Appreciate the sub.

  • @nadiadamiens3222
    @nadiadamiens3222 6 месяцев назад +1

    Thank you for this very instructive video
    I managed to complete a project only 10 days after discovering power automate.

  • @brendanbarstow3661
    @brendanbarstow3661 Год назад +1

    Thanks so much! Solved an afternoon of troubleshooting in 10 mins!

  • @emiliozambade758
    @emiliozambade758 2 года назад +1

    Many thanks indeed Reza. I the begining I did not like very much your assertive way of speaking, but after getting used to it, your clear ste by step approach has help me a lot. I have seen many other power automate youtubers, and none of them was able to explain as well as you just did, following each step clearly, moving the scree slow enough to capture the formilas!!, just great!! Yes please if you set up a training portal, just le me know, happy to join!!

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Thank You Emilio for the excellent feedback! I will try my best to get rid of that assertive tone. Hopefully improving video by video.

    • @RezaDorrani
      @RezaDorrani  Год назад

      Check channel memberships. I have gone live with a training tier that you can sign up for now.
      ruclips.net/user/rezadorranijoin

    • @EMiller500
      @EMiller500 10 месяцев назад

      @@RezaDorrani Actually, I like this manner of expression (or "tone"). It is very focused on the key concepts that one needs to grasp, making the video concise yet fully edifying. It is quite evident that Reza invests a great deal time and effort in preparing each video, so that it demonstrates and conveys exactly the critical points necessary in the most economical way. This is in contrast to some RUclipsrs in this topic (whom I shall not name) who make videos where they babble on and on with low-value chit-chat for over an hour and just waste the viewer's time.

    • @RezaDorrani
      @RezaDorrani  10 месяцев назад

      @@EMiller500 Thanks so much. I wish I could share how seriously I take each and every video I put out. My goal is to give value to the listener for every minute they watch.
      Spend hours editing to ensure there is no fluff.

  • @anthonyleduc
    @anthonyleduc 2 года назад +2

    Wow rezza. This video is kinda like a lemon cake for me. it's delicious. I'm so impressed. You're a genius

  • @lbow2057
    @lbow2057 2 месяца назад +1

    Hi Reza - Thank you for this really great step-by-step tutorial. This was great!!!

  • @AnonymousXMR
    @AnonymousXMR 2 года назад +1

    Easy explanation of many different use scenarios, much appreciated.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Glad to hear that! Thanks for watching.

  • @KomailButt
    @KomailButt Год назад +2

    Correction 24:30, when you paste the link of your doc lib into the code provided for View Document column, also change the "IncidentID" in the link with the column name you given into your doc library for referencing.

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thanks for the tip

    • @farolconservador
      @farolconservador Год назад +1

      Yes, I was using "problemID". Just replaced and all performed well! Thanks, Reza!

  • @lindsayreiner9872
    @lindsayreiner9872 Год назад +1

    Following this tutorial made me do a happy dance every time something worked on the first try 🎉 thank you Reza!!

    • @RezaDorrani
      @RezaDorrani  Год назад

      You're so welcome! Makes me happy to know that the video is helping others

  • @frankiespowart8793
    @frankiespowart8793 2 года назад +1

    Brilliant, thank you. It's taken me hours to try and do this. Without your help I couldn't have done it.

  • @Jennifer-bc7wn
    @Jennifer-bc7wn 10 месяцев назад

    Thank you very much! Great explanations, and the walk thru was the perfect pace! You've saved me yet again!!!

  • @mattbounds7758
    @mattbounds7758 Год назад +1

    Thanks for this. I needed some quick help to show me how to handle attachments, so I had to skip to the relevant parts. But it was exactly what I needed. Awesome!

  • @weiyili1356
    @weiyili1356 3 месяца назад +1

    Thank you Reza! Your videos are very clear and covers various scenarios. It helped me a lot. Thank you so much!❤

  • @michael_wellington
    @michael_wellington Год назад +1

    Man, you are a diamond! I love your videos. I would like to hear you advise on a topic on a case, however I am aware that you are most probably very busy. All the best for you Reza!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thanks so much.
      Busy - Yes.
      As long as the question is around the video, feel free to post it here.

    • @michael_wellington
      @michael_wellington Год назад

      @@RezaDorrani I would like to have your opinion on a ticket system that I want to build almost like you. Each ticket/form should contain all informations for a material. A reviewer will either accept, reject the form or set it to status pending, because further information is needed for this form. Now my questions:
      1. How can the requestor give the reviewer the information, that some of his requests (tickets) belong together?
      2. Is it possible to create a MS form template or a copy of an older filled out form, where a bunch of fields are already filled out to make the filling out of the new request easier?
      3. How to collect the missing information for the ticket, that is pending and how to connect it in the SharePoint list in order to have a history?
      Thank you for your response in advance!

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      @@michael_wellington This is more of project requirements :)
      I would recommend posting your queries one by one on forums powerusers.microsoft.com

    • @michael_wellington
      @michael_wellington Год назад +1

      @@RezaDorrani Thanks dear!

  • @cainegoh
    @cainegoh Год назад +1

    your content is golden and scary comprehensive. you are god send my friend !

  • @niu745
    @niu745 3 месяца назад +1

    Hi ReZa! love how your video is always packed with knowledge and various scenarios! Thanks for this guide, i will be useful for my organisation!❤

  • @akkaradechsrithongchai7766
    @akkaradechsrithongchai7766 Год назад

    You always be the best teacher for me , Thank you again

  • @azharpathan3322
    @azharpathan3322 Год назад +1

    You Reza.. you are a genius... !!! Super fan of yours..!!

  • @miss_mann2402
    @miss_mann2402 Год назад +2

    Thanks!

  • @maxatis6819
    @maxatis6819 Год назад +1

    I learn much more knowledge for adapt and improve my work. Thank you and please more clip!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thanks so much. A lot more to come!

  • @valeriafilolungo2187
    @valeriafilolungo2187 2 года назад

    wonderful step by step video, everybody is able to follow, even me!!!! thanks so much

    • @RezaDorrani
      @RezaDorrani  2 года назад

      You are most welcome! Thank You for watching.

    • @valeriafilolungo2187
      @valeriafilolungo2187 2 года назад +1

      @@RezaDorrani please, keep on creating such great videos. Thanks

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@valeriafilolungo2187 I will keep trying my best

  • @sarahva
    @sarahva 2 года назад +1

    Amazing! I appreciate your video and taking the time to show us. Thank you so much - it worked perfectly!

  • @manublr
    @manublr Год назад +2

    Dear Reza. Thanks a lot for your service to human kind. You deserve a lot!!
    2 questions
    1. Can I rename the file so that my name is removed?
    2. How do I get a unique url to the form submitted by user so that I will include the same in list item for anyone to access the filled form.

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      Thanks so much!
      Check my latest video on forms. It may help answer your questions - ruclips.net/video/Aerky9hiYDo/видео.html

    • @manublr
      @manublr Год назад +2

      Thanks a lot ❤

  • @webpagemage
    @webpagemage Год назад +1

    Fantastic job with this video! Very helpful! Thank you!

  • @kylee5033
    @kylee5033 7 месяцев назад +1

    This helped me so much! Thank you so much for putting the time into making this tutorial!

    • @RezaDorrani
      @RezaDorrani  7 месяцев назад

      You're most welcome!

    • @kylee5033
      @kylee5033 7 месяцев назад

      @@RezaDorrani question. I have an incident tracking form that creates a sharepoint list, following the steps you outlined in your video. One of the questions ask the user about the urgency of the issue being reported, so that our tech team knows how to properly respond. Instead of using high, medium, low, we've chosen to use human readable options, like "help me, everything isn't working". My question, is there a way to display the human readable version and then transform what they've selected back to a high, medium and low designation in the sharepoint list? Essentially I want the list to show high when the customer selects the form option "help me, everything isn't working".

    • @RezaDorrani
      @RezaDorrani  7 месяцев назад

      @@kylee5033 Possible. Write if condition in flow to check the value in form and accordingly set value in SP list.

    • @kylee5033
      @kylee5033 7 месяцев назад +1

      @@RezaDorrani Awesome! Thanks again for the help!

  • @WILLIAMJOHNSTON-m5w
    @WILLIAMJOHNSTON-m5w Год назад +2

    Great instructive video as usual - one issue with myself though is that when I select the template to create the flow I don't get the same template as you - it doesn't have the 'Apply to each' section?

    • @RezaDorrani
      @RezaDorrani  Год назад

      Video description has link to download sample flow. You can try that.

  • @captainmeadows6307
    @captainmeadows6307 Год назад +1

    Hi Reza!
    Been watching and learning a lot from your videos and very thankful for your content. Do you know if there is any way to collect files from outside of your organization in any convenient way? I'm currently trying to collect information, including three pictures, from customers and add it all to a sharepoint list in as few steps on the customer side as possible. I cannot find a way to easily have the customer provide files of any kind via teams. I know you're a very busy guy, but any help would be greatly appreciated.

    • @RezaDorrani
      @RezaDorrani  Год назад

      MS Forms supports files for internal users only. I am not aware of any other method. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @JillSauer-t8j
    @JillSauer-t8j 10 месяцев назад

    This was perfect and solved my problem. Very easy to follow! Thank you!

  • @MrClux4
    @MrClux4 2 года назад +1

    Another awesome video! This is very similar to my current project, so your timing is impeccable! I am doing a faculty appointment form where the user has to upload verification documents. I added branching and a final document upload at the end. With this video, I can now go back and add multiple file uploads. Thank you so much!!!

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Glad it was helpful! Thanks for sharing your scenario. Good luck!

  • @andrewscotttt
    @andrewscotttt 5 месяцев назад +1

    Outstanding video, thank you for sharing. It helped me greatly.

  • @thotsunfolded
    @thotsunfolded 2 года назад

    Thank you so much for step-by-step explanation! I was looking for the same use-case. Thanks again!! Great Content!!

  • @ilikeshineys
    @ilikeshineys 2 года назад +1

    Worked like a charm, Reza thank you for all the time you put into these videos. You are a champ.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      You are most welcome. Thank You for watching.

  • @bertbroekema4895
    @bertbroekema4895 19 дней назад +1

    Great session. Very useful 🙂

  • @MarkParker1036
    @MarkParker1036 Год назад +1

    Awesome video!! Very helpful. I am just learning this stuff. Thank you!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Great! Thanks Mark.
      Wish you the best in your learnings

  • @niltonlopez5967
    @niltonlopez5967 6 месяцев назад +1

    Hola a todos! Primero que todo agradecer a Reza por su increíble video, me ayudó mucho. Tuve el error en el cuál la automatización se quedaba en un bucle perpetuo, solo paso a recordarles que primero que todo revisen los permisos de adjuntar archivos de su lista de SharePoint, pase horas investigando y probando diversas maneras y simplemente era ese permiso. 😁

  • @venkatramavath6203
    @venkatramavath6203 2 года назад +2

    Excellent Reza, your content is awesome

  • @avinbhasi
    @avinbhasi 2 месяца назад +1

    This information is golden. Thanks a lot.

  • @John-vb5or
    @John-vb5or Год назад +1

    These videos are perfect. Thank you so much

  • @Steves.Vlog832
    @Steves.Vlog832 Год назад

    Your a star and make it look so easy, mind you I have used a lot of your videos to get my head around things. So well explained and thank not just for this video but all the others, please don't ever stop we need you

    • @RezaDorrani
      @RezaDorrani  Год назад

      Wow, thank you! Il try my best to keep going!

  • @bootsbax
    @bootsbax 2 года назад +1

    As always Reza there are nuggets of information i hadn't even thought of. Thanks so much !

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Awesome! Glad to hear that. Thanks for watching.

  • @JTech80
    @JTech80 Год назад +1

    Excellent tutorial. Thank You!

  • @keithmaly904
    @keithmaly904 Год назад +1

    a year leater, it still works. Thanks!!

  • @sethpretorius1367
    @sethpretorius1367 9 месяцев назад +1

    Build works perfectly, I just require that link for the json code mentioned at 24:08, if its not to much trouble to provide

    • @RezaDorrani
      @RezaDorrani  9 месяцев назад

      I believe link to download all artifacts should be in video description

  • @JodyBeisner
    @JodyBeisner 4 месяца назад +1

    Thanks for making it easy @reza. You are my new favorite.

    • @RezaDorrani
      @RezaDorrani  4 месяца назад

      Awesome!
      Now no more changing favorites :)

  • @miteshchauhan5024
    @miteshchauhan5024 Год назад +1

    Thank you for the detailed video. I might be missing something where is the JSON code mentioned in SharePoint List Formatting?

    • @RezaDorrani
      @RezaDorrani  Год назад

      Vide description has link to download sample flow. You can check the code there.
      As for your issue, I will have to look at your flow in action to know the cause of your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

    • @miteshchauhan5024
      @miteshchauhan5024 Год назад +1

      @@RezaDorrani I got the code from your Github.👍

  • @RajanieshKaushikk
    @RajanieshKaushikk Год назад +1

    Reza, You are a rock star. This video really helped me.

  • @chrisdyde4778
    @chrisdyde4778 Год назад +1

    This was really helpful. Just getting started with Power Automate etc. and Reza laid it out very clearly, especially the attachments part which was really complex in some examples

  • @nuttarasriprasert9245
    @nuttarasriprasert9245 Год назад +1

    Thank you very much for your great Videos. I've learned a lot. I wonder if it is necessary to do the "get content using path" to add option attachment(s) to email? My form is not a group form and I can't get the path right. FYI, my path has another language mixed with English and therefore, it converted into a very long line of letter.

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      Most welcome!
      Its a been a while since I did this video & hence do not remember if a step is necessary or not.
      I recommend posting your query on forums in case someone has a workaround for the language mix issue
      powerusers.microsoft.com

  •  2 года назад +1

    Thanks for sharing 🙏 As always a ton of great tips and clear guidelines.

  • @muffin17
    @muffin17 Год назад +1

    Awesome! Thank you so much for this guide...

  • @roshmoon
    @roshmoon 2 года назад +1

    Amazing video - It's so great to learn the way you explained the smoothness while creating so many loops in power automate. I have a similar kind of task to link MS form (with almost multiple branching questions and almost 10 attachment questions comprising of 48 questions) to azure in a way that I can create work items directly per the responses received. thank you for this video it is quite beneficial.

  • @hectorgil3495
    @hectorgil3495 5 месяцев назад +1

    +10. Greetings from Costa Rica. this video is great!

  • @gunasekaran4288
    @gunasekaran4288 2 года назад +1

    Super reza fantastic idea 💡 👏 👍 👌

  • @vanessahebert3208
    @vanessahebert3208 Год назад +1

    Thank you for this, it was a great help! I am running into an issue however with emailing more than one attachment from different different forms upload questions. How do I route more than 1 question attachment to email?

    • @RezaDorrani
      @RezaDorrani  Год назад

      You can collect all attachments in a variable and then send it in email. I do not have a video reference on it though hence only the idea. You can try checking on forums in case someone has done something similar powerusers.microsoft.com

  • @anythingunderthesun2245
    @anythingunderthesun2245 Год назад

    Amazing. it's been a while since I've had a very deep and thorough tutorial. Nothing like this. good luck to you sir and thank you!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thank You so much for the amazing feedback.

  • @ampl.2000
    @ampl.2000 2 года назад +1

    Great video!! Help me a lot. And about two or more question type with attachments in forms? and saved in list? How i can do this? Tks

    • @RezaDorrani
      @RezaDorrani  2 года назад

      You would need to repeat the steps for the attachments step, multiple times in flow. I do not have a specific video on it though. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @melissaw7
    @melissaw7 8 месяцев назад +1

    Great video! Since MS Lists does not allow multiple attachment columns that would help with categorizing file uploads, how would you use Power Automate to grab each file from MS Lists and add them to separate categorized folders within a SharePoint document library? Thanks!

    • @RezaDorrani
      @RezaDorrani  8 месяцев назад

      There are actions in flow to do that which is upload files to folders. Try using those.
      I don’t have a specific video reference on this scenario

    • @melissaw7
      @melissaw7 8 месяцев назад +1

      @RezaDorrani Thank you so much for your prompt and kind reply. I'm new to flows, but I will look for the "Upload Files to Folders" flow as you've referenced. Thank you.

  • @johnhanna1971
    @johnhanna1971 Год назад +1

    Thank you for this great video, very helpful.

  • @niwitaryal2074
    @niwitaryal2074 2 года назад +1

    Reza, you are amazing! You continue to impress :)

  • @neilt2347
    @neilt2347 2 года назад +1

    Great video, thanks so much and just what I needed. After the step where the uploaded files are saved to the sharepoint library (from the list) I then want to email them as attachments. Can this follow on from the flow at that point? The bit in your video about sending email is a different scenario. Many thanks.

    • @RezaDorrani
      @RezaDorrani  Год назад

      Yes that is possible. I do not have a video reference on it though.

  • @abdulrahmanbaamer8624
    @abdulrahmanbaamer8624 Год назад +1

    Awesome video as usual, great effort 👌

  • @Mata-d5z
    @Mata-d5z 9 месяцев назад +1

    Hi Reza, this is a great video, thank you. I am not an IT person and tried following your guidance step-by-step, but hit a wall and thought to reach out. The example you're using in your video is very simple, but I have a form with 50 questions, including 12 attachments. All I need is to achieve that the Sharepoint list records attachments against an entry so that the attachment show in the pane that opens up when you double click on any sharepoint list entry. However, I followed your example and I only achieved that the first of the mandatory attachment and the first of the optional attachment are attached, but not the rest. What additional steps would I need to add to the Flow so that all mandatory and optional attachments show in my sharepoint list? Any guidance would be much appreciated.

    • @RezaDorrani
      @RezaDorrani  9 месяцев назад

      For optional attachments scenario I did a separate video
      Here it is ruclips.net/video/Aerky9hiYDo/видео.htmlsi=52VSvVrAvPtX22v2

  • @edjk6278
    @edjk6278 2 года назад +1

    Thanks again! You’ve got very good kit!

  • @said.amahdi
    @said.amahdi 9 месяцев назад +1

    Thank you Reza 🙏 for your content. Please I need some help... I try to upload files to a folder to create in SharePoint and name it with a specific response from a Form. Thanks again 👍

    • @RezaDorrani
      @RezaDorrani  9 месяцев назад +1

      Welcome!
      I don’t think I have done a specific video on this. I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com

    • @said.amahdi
      @said.amahdi 9 месяцев назад +1

      @@RezaDorrani Ok. Thank you 👍

  • @geojaya
    @geojaya 2 года назад +1

    This is excellent, very detailed - question - is it possible to print the form - with a print control upon a completion of the form - the point when you get a screen the survey is completed. In a Healthcare environment discrete data definitely required for reporting but we need to give hard copy of the form to patients/employees

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Check ruclips.net/video/4eWGdi_C2hQ/видео.html
      I think I show how to generate PDF which can be printed :)

  • @nic.frasca
    @nic.frasca 4 месяца назад +1

    great video. microsoft should make this much more simple and no-code since it's such a common use case in my opinion

    • @RezaDorrani
      @RezaDorrani  4 месяца назад

      Hopefully, it gets simpler

  • @fengchenwei8311
    @fengchenwei8311 8 месяцев назад +1

    4/9/2024 this flow still work well. Thanks for your video, Reza

    • @RezaDorrani
      @RezaDorrani  8 месяцев назад

      It stood the test of time

  • @timchurch4377
    @timchurch4377 10 месяцев назад

    This is amazing. If only MS Forms allowed "external" users to submit attachments. Huge limitation. Any workarounds would be greatly appreciated

    • @RezaDorrani
      @RezaDorrani  10 месяцев назад

      Thanks!
      I am not aware of any workarounds to allow external users to submit attachments via MS Forms

  • @pawanmishra6549
    @pawanmishra6549 2 года назад +1

    Awesome video as usual🤝. Big fan of useful hacks that you cover in your content (providing link of document using list formatting , just excellent !!) - THANK YOU

  • @WendyWestbrook
    @WendyWestbrook Год назад +1

    Thank you very much for this video! I was attempting to duplicate everything, as this is exactly what I need. Yesterday things appeared exactly as in your video, but this evening when I went to finish the flow, there is no longer a dynamic content box. There are selections below the input box now, but no way to enter a JSON expression. Have you seen this? Do you have any way to let us know what that step looks like now? Any insight would be greatly appreciated! Thank you!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Most welcome.
      I have not come across the mentioned issue and hence not sure what the reason for your issue is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com

    • @WendyWestbrook
      @WendyWestbrook Год назад +1

      @RezaDorrani I found the issue. I had the screen split so I could work on the automation while watching the video. In the smaller screen size it shows what I am guessing is a tablet sized view which doesn't have the options pop out to the right side, but rather show a large amount of options under the input box (where it says "the unique identifier of the file") but does not have any way to enter the Expression (json() anything). I'll just expand the window back to desktop size to finish. Sorry about the confusion.

    • @RezaDorrani
      @RezaDorrani  Год назад

      @@WendyWestbrook No worries

  • @adamh1250
    @adamh1250 9 месяцев назад +1

    This was awesome. Thank you! Subscribed and liked for this one video alone. Question I have now is the flow fails if there are no attachments. How do I resolve?

    • @adamh1250
      @adamh1250 9 месяцев назад

      ExpressionEvaluationFailed. The execution of template action 'Apply_to_each_attachment' failed: the result of the evaluation of 'foreach' expression '@json(outputs('Get_response_details')?['body/r5a05f5af2652402e8bb634c03c04c39a'])' is of type 'Null'. The result must be a valid array.

    • @RezaDorrani
      @RezaDorrani  9 месяцев назад

      Thanks for the sub!
      If no attachments, watch this ruclips.net/video/Aerky9hiYDo/видео.htmlsi=sWI48tDBe8WoQOUZ

  • @MaddieStoehr
    @MaddieStoehr 6 месяцев назад

    Thank you so much! If both of the document fields are mandatory, do you not have to add the condition?

    • @RezaDorrani
      @RezaDorrani  6 месяцев назад

      Which condition?
      If doc fields are NOT mandatory, then condition would be needed. I have done a video on that as well

  • @NathanLePage-fo2rh
    @NathanLePage-fo2rh Год назад +1

    Reza, this is awesome, love your tutorials. I struggle though with a specific scenario - my job ends up failing when I don't have a photo attachment. My photo attachment is optional, but I'm not sure how to add the conditional statement. How do I get around this? My solution is exactly the same as your up to 13:18 of your tutorial.

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      There have been a few comments on this one. Idea would be to perform a null check inside of flow. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @devanshuchauhan4246
    @devanshuchauhan4246 8 месяцев назад +1

    Hi Reza! First of all thank you for this amazing flow. It works great in the onedrive environment. I have a question if the form lives in ashared sharepoint environment. I thought in that case I would use the "get file content" function with sharepoint, and my flow would work. But that has not been the case. I have not been able to find the file ID in my sharepoint site. and that is very strange since I can locate the file in the sharepoint directory. I would appreciate your time and assistance on this. Thanks in advance.

    • @RezaDorrani
      @RezaDorrani  8 месяцев назад

      Most welcome!
      I did this video a while ago and have not run into any issues with SharePoint hosted forms.
      I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com

  • @TheAlexisgacia
    @TheAlexisgacia Год назад +1

    Thank for sharing. One of the best. keep it up.

  • @manublr
    @manublr Год назад

    Thanks

  • @nivednambiar6845
    @nivednambiar6845 Год назад +1

    Thank you for sharing information.

  • @neonicacid
    @neonicacid 5 месяцев назад +1

    For anyone else who may be having trouble with getting attachments to open properly, make sure that there are no quotes around the second part of the ContentBytes property after the colon (33:24). I had tried all kinds of encoding and decoding on the file content, but still none of the attachments were opening properly. It wasn't until I had the dynamic file content without quotes that the files were attaching properly.

  • @mohdkhairilakub8064
    @mohdkhairilakub8064 7 месяцев назад +1

    Hi Reza, great explanation and it is wonderful for you to break it into steps by steps. I really enjoyed it and it helps me a lot. I wonder if instead the response save into the sharepoint list, can the steps you mentioned be use if I want to save the response into the Excel file located in the sharepoint?

    • @RezaDorrani
      @RezaDorrani  7 месяцев назад

      Most welcome!
      Possible but I do not have a specific video reference on it.

    • @mohdkhairilakub8064
      @mohdkhairilakub8064 7 месяцев назад

      @@RezaDorrani thank you for your respond. What will happen if the owner of the form leave the company or the account become inactive? Would this be affecting the flow?

    • @RezaDorrani
      @RezaDorrani  7 месяцев назад

      @@mohdkhairilakub8064 Typically the form owner would need to add you as co-owner.

  • @sreenivasulukathi-z7b
    @sreenivasulukathi-z7b Год назад +1

    Excellent explanation