Power Apps UI Tip: Using Tabs in Power Apps to Breakup a Large Form

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 37

  • @BenRattigan
    @BenRattigan Před 2 lety +2

    This is great, never thought of this I’ve been doing separate screens for each tab.

  • @EpicBizHero
    @EpicBizHero Před rokem

    Always helpful when I re-watch this... Thanks Brian! Much Appreciated!

  • @erindietrich7458
    @erindietrich7458 Před 2 lety

    Brian - I love your trainings. Thank you for all of this knowledge, and making it lighthearted and fun. "One of my favorite past-times in PowerApps..." You just make me smile. When I search for a solution in PowerApps and see your face come up as one of the options I am always happy because I know I am going to smile a few times and learn because you are a great teacher. Keep doing what you're doing!

    • @PragmaticWorks
      @PragmaticWorks  Před 2 lety

      Glad you enjoy it! Thanks for spending the time to make my day with your comments! - Brian

  • @WaliSayed
    @WaliSayed Před rokem +1

    Brilliant, Thank you for the useful tutorial!

  • @leviburrows2572
    @leviburrows2572 Před 2 lety +1

    Good stuff! I appreciate what you are doing and the time it takes. THANKS

  • @blazehawkins2759
    @blazehawkins2759 Před 2 lety

    Thank you very much for the simple to understand tutorial!

  • @stevenhampson8657
    @stevenhampson8657 Před 2 lety

    Great video. Must view content for simplicity and conciseness of explanation.

  • @shruthimd5533
    @shruthimd5533 Před rokem +1

    Cant thank you enough for this video!

  • @tomrwills
    @tomrwills Před 2 lety +1

    Great video. Thank you so much. This worked great for me.

  • @lpdowdell
    @lpdowdell Před rokem

    Your body is on the way, my friend

  • @JenMayB
    @JenMayB Před rokem

    This is fantastic. Thank you so much.
    If I add independent unlinked data cards to display information, that is not in my database that I don’t want to patch back to my database, will that upset the submit form patching?

  • @kambhampatisreenivarao-qb1wi

    Hello, how to set the default select second tab?

  • @marieraymond6512
    @marieraymond6512 Před 2 lety

    Brian - used this video to create my app, but how did you get your record to open in the default SP form when you have a custom form in the Power App studio? Did you select "default form" in the list? Also when you edit your form, what form does it open, your custom one or the default SP list form?

  • @sherylwitkovich7610
    @sherylwitkovich7610 Před 2 lety

    Hi Brian. Great video. I was able build my app using these skills. In my app I created three tabs as well, Employee Details, Hardware Req and Applications. The save button appears on the Applications tab. When I click save I would like to reset the form and go back to the Employee Details tab. I've tried Navigate, but it's not working. Any ideas?

  • @carlos7458
    @carlos7458 Před 2 lety

    Brian, great informative video. I applied it and modified an app I have for one of our programs. Look nice now with the tabs on the top. However, your patch code did not work on my app. I must switch to the Submit command to save a record to the list. Do you have an idea on why it did not work? Also, I have a question. If you are on a different screen where your forms and tabs are, how can you implement a button that has the effect of jumping, for example, to the attachment form? In other words, jump from screen one to screen two and land on the Attachments tap.on Screen two.

  • @vitarayconsulting8035
    @vitarayconsulting8035 Před 2 lety

    Brian, Do you have a video or discussion disabling or hiding the buttons in the gallery unless certain columns are not blank. I have a gallery set up with 9 buttons that function as my tabs. I don't want the user to be able to click on the next tab until they have completed everyone on the current tab. In other words I tab 2 won't open till they complete tab 1, etc. Any advice?

  • @carlos7458
    @carlos7458 Před 2 lety

    Brian, I enjoyed a lot your video and use your tutorial to add taps to my applications. Just a question. How do you land into a specific tab from a different screen. I tried following your switch code but cannot get to land on a specific tab. In this case, I want to land in the first tab of my application. I use the same coding. Any help on this? By the way, for some reason the Patch solution does not work in my application. I have to use the Submit command.

    • @PragmaticWorks
      @PragmaticWorks  Před 2 lety

      You'd have to use variables to drive that. So, wire which variable is "lit up" based on the variable and pass in that variable to the Navigate function.

  • @charlesliew4280
    @charlesliew4280 Před rokem

    Hi Brian, after the form is submitted can it automatically navigate back to "basic info"?

  • @mygermanlearningjourney

    Hello, Can we use this update an item ?

  • @thechristianinitiative1445

    So does the onsuccess property of the forms become non-usable since you are patching?

    • @PragmaticWorks
      @PragmaticWorks  Před 2 lety

      Exactly. Since you're not using an official form, you have to rely on other means to trap errors with Patch.

  • @AdiCristea
    @AdiCristea Před 3 lety

    Thanks, Brian, Patch form.Updates was new, thanks for that!
    PS. Could you hear the "the piiiiiiiiiiiiiiiiiiiiiiiipeeeeee on the first roooooooooooooooooooow" I was screaming in front of my monitor?

    • @PragmaticWorks
      @PragmaticWorks  Před 3 lety +1

      Yeah, that was embarrassing after I found that in the recording. I thought that pipe | was my cursor and had a blind spot :).

    • @AdiCristea
      @AdiCristea Před 3 lety

      Neah, it was quite funny actually. Thank you again for the video.

  • @winterleong8467
    @winterleong8467 Před 2 lety

    how can i set the tab button to only allow to visible to certain people only?

    • @PragmaticWorks
      @PragmaticWorks  Před 2 lety

      I have another video in the play list that covers that: Hope this helps: czcams.com/video/EsUlwBfqe68/video.html

  • @chrisbaffour1341
    @chrisbaffour1341 Před 2 lety

    Is there an EDIT page with these tabbed forms?

    • @PragmaticWorks
      @PragmaticWorks  Před 2 lety

      Sure thing. You'll just need to change the forms to edit mode and set the item property from each form to the record you want edited.

  • @ItsKish00
    @ItsKish00 Před 3 lety

    Is studio available on a portal power app?

    • @PragmaticWorks
      @PragmaticWorks  Před 3 lety

      To achieve the same thing in a Power App Portal you want to use Portal Management app and an Advanced Form.

    • @ItsKish00
      @ItsKish00 Před 3 lety

      @@PragmaticWorks Thank you for the reply Brian!