Microsoft Forms and Microsoft Power Apps, Happy Together

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 36

  • @geovannyrios6751
    @geovannyrios6751 2 роки тому

    very good, congrats, excelent video, happy day,

  • @Worrelpa
    @Worrelpa 3 роки тому +5

    Thanks Daniel.
    Next up handling those multichoice questions from a form and mapping into a list.
    Tricky and a bit more advanced but something people's will run into very quickly.

    • @DanielChristian19
      @DanielChristian19  3 роки тому

      Great suggestion!

    • @Worrelpa
      @Worrelpa 3 роки тому +1

      I could tell you a couple of options on that.
      1. Is the way I got from Reza. Put them in a choice multiple select option. Which is ok,
      2. If you need need the answers put them separately in the Sp list.
      So give each one a field in the list. Make compose actions in the flow with if contains expressions. Looking for the answer text from the form answer. Then use the output of those steps to populate the fields on the create item action. At least that is how I worked around it.
      The advantage of that is filtering and sorting of the data in the list.

  • @necdetsaritas8722
    @necdetsaritas8722 3 роки тому +2

    Awesome. Thanks for the great lesson.

  • @ramonillarramendi3191
    @ramonillarramendi3191 2 роки тому +1

    Thank you very much. Excellent video and greatly explained.

  • @Nevadthebest
    @Nevadthebest 3 роки тому +2

    Thank you for the lessons 🙌🏼

  • @jasonjacome5963
    @jasonjacome5963 2 роки тому +1

    Thanks Daniel Amazing video! like!

  • @Defiant3D
    @Defiant3D 3 роки тому +3

    Thank you. Do you know if it is possible to embed the MS Form in a canvas Power App? I have a requirement that the user not leave the app to complete a form entry. I could create a form in power app of course, but the MS Form looks so good and easy and has good functionality. Thanks again.

    • @DanielChristian19
      @DanielChristian19  3 роки тому

      Hi Defiant3D,
      I have tried this yet, but you can use the HTML control and embed the Microsoft Form in there.

  • @johnwellmeier9781
    @johnwellmeier9781 2 роки тому +1

    Hello Daniel. Which video do you build the initial power app? I don't see the previous video you mention. Thank you for your help.

    • @DanielChristian19
      @DanielChristian19  2 роки тому +1

      Hey John,
      It's in the Microsoft Forms vs Microsoft Power Apps video ua-cam.com/video/scaNDRXhFvo/v-deo.html

  • @PowerAppsTutorial
    @PowerAppsTutorial 3 роки тому +1

    Good Stuff, Daniel!

  • @shallybhateja8761
    @shallybhateja8761 Місяць тому

    Is there a video where you have talked step by steps to create the app

  • @sundrapillay6668
    @sundrapillay6668 3 роки тому +1

    Thanks Daniel

  • @hassanelmansy5773
    @hassanelmansy5773 3 роки тому +1

    Could you pls post the link for the UA-cam video how you created this form?

    • @DanielChristian19
      @DanielChristian19  3 роки тому

      Hi Hassan,
      I haven't done a step-by-step video on building this form. I referred to this form alot in my video on Microsoft Forms sections and here is the link ua-cam.com/video/ZGAZJAuF-FU/v-deo.html

  • @mariabattle-miller8780
    @mariabattle-miller8780 2 роки тому +1

    Hey Daniel Thanks for this tutorial you mentioned in the beginning of the video that there is a tutorial on how you developed the form itself. Can you share that?

    • @DanielChristian19
      @DanielChristian19  2 роки тому

      Hi Maria,
      Here's my playlist of all my Microsoft Forms videos ua-cam.com/play/PLdvjDcj8jpwm095LaEtD9exUq0NUABOjo.html

  • @ziadhamandi3595
    @ziadhamandi3595 3 роки тому +1

    Thank you Daniel. Are there any special considerations with SQL?

    • @DanielChristian19
      @DanielChristian19  3 роки тому

      Your welcome Ziad.
      Nothing special for SQL. As like all data connections, verify user permissions.

  • @marieraymond6512
    @marieraymond6512 2 роки тому +1

    Daniel, is it possible to have a Power apps form connect to a large SP custom list and bring in fields that are populated to be used as part of this new form? The caveat is that this large SP list already has an InfoPath form with views currently on it. Instead of creating yet another InfoPath view, could the next view of the form be done in Power Apps?

    • @DanielChristian19
      @DanielChristian19  2 роки тому

      Hi Marie,
      Yes, it is possible to switch between the existing InfoPath form and the customized Power Apps form. For your SP list, go to settings>Form settings.

    • @marieraymond6512
      @marieraymond6512 2 роки тому

      @@DanielChristian19 I can't switch the existing forms out of InfoPath yet as those are in use. This would be new forms.

  • @mikewashington4188
    @mikewashington4188 2 роки тому +1

    What if you lose connection to your source before you are completed updating the existing information? Where will the updated information get saved? Thanks 🙏🏿

    • @DanielChristian19
      @DanielChristian19  2 роки тому +1

      If you haven't done a submit or patch then you will lose all that information. If your users are in the situation where they might lose internet connection then consider using the SaveData and LoadData functions. These will save the data on your local device. Here's the link docs.microsoft.com/en-us/power-platform/power-fx/reference/function-savedata-loaddata

  • @kamozzi1
    @kamozzi1 3 роки тому

    Thanks Daniel, great video. how are you managing the no of characters in the form? And to write it in a single line of textcolumn in Sharepoint? Please advise?

  • @6nilu
    @6nilu 2 роки тому +1

    Can I randomise the questions on the level of difficulty from the question bank

    • @DanielChristian19
      @DanielChristian19  2 роки тому

      Hi Neelesh,
      Yes, you can out-of-box using Microsoft Forms. In Power Apps you can use the Rand function. Here's an example powerusers.microsoft.com/t5/Building-Power-Apps/getting-a-random-item-set-from-a-collection/td-p/120048