Microsoft Forms and Microsoft Power Apps, Happy Together

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

Комментарии • 35

  • @Worrelpa
    @Worrelpa 2 года назад +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  2 года назад

      Great suggestion!

    • @Worrelpa
      @Worrelpa 2 года назад +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 2 года назад +2

    Awesome. Thanks for the great lesson.

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

    Thank you for the lessons 🙌🏼

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

    Thank you very much. Excellent video and greatly explained.

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

    Good Stuff, Daniel!

  • @Defiant3D
    @Defiant3D 2 года назад +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  2 года назад

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

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

    very good, congrats, excelent video, happy day,

  • @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 ruclips.net/video/scaNDRXhFvo/видео.html

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

    Thanks Daniel

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

    Thanks Daniel Amazing video! like!

  • @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 ruclips.net/p/PLdvjDcj8jpwm095LaEtD9exUq0NUABOjo

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

    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?

  • @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

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

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

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

      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.

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

    Could you pls post the link for the RUclips video how you created this form?

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

      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 ruclips.net/video/ZGAZJAuF-FU/видео.html

  • @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