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

Pragmatic Works
Pragmatic Works
17.2 هزار بار بازدید - 3 سال پیش - In this video, you'll see
In this video, you'll see how to use buttons as tabs to breakup a large form into smaller, bite-sized chunks in Power Apps. Don't overwhelm your users with large amounts of questions. Instead, create your own wizard to gathering small amounts of info and then save it to the database all at once.

https://www.pragmaticworks.com

Code for saving all the data:
If(
   varTab = "Attachments",
   Patch(
       'Vendor Setup',
       Defaults('Vendor Setup'),
       frmBasicInfo.Updates,
       frmVendorSetup.Updates,
       frmAttachments.Updates
   )
; NewForm(frmAttachments); NewForm(frmBasicInfo);NewForm(frmVendorSetup));
Switch(
   varTab,
   "Basic Info",
   UpdateContext({varTab: "Vendor Setup"}),
   "Vendor Setup",
   UpdateContext({varTab: "Attachments"})
)


00:00 Intro
4:00 Creating the first form
4:45 Creating the tabs
9:00 Creating the necessary variable
10:00 Wiring up the tabs
13:25 Creating Form 2 and 3
21:00 Saving the data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - -  - - - - - - - - - - - - - - - - - -

Next step on your journey:
👉 On-Demand Learning Courses FREE Trial: https://www.pragmaticworkstraining.co...

🔗Pragmatic Works On-Demand Learning Packages: https://pragmaticworks.com/pricing/
🔗Pragmatic Works Boot Camps: https://pragmaticworks.com/boot-camps/
🔗Pragmatic Works Hackathons: https://pragmaticworks.com/private-tr...
🔗Pragmatic Works Virtual Mentoring: https://pragmaticworks.com/virtual-me...
🔗Pragmatic Works Enterprise Private Training: https://pragmaticworks.com/private-tr...
🔗Pragmatic Works Blog: http://blog.pragmaticworks.com/

Let's connect:
✔️Twitter: Twitter: PragmaticWorks
✔️Facebook: Facebook: pragmaticworks
✔️Instagram: Instagram: pragmatic.works
✔️LinkedIn: LinkedIn: pragmaticworks
✔️YouTube: pragmaticworks

Pragmatic Works
7175 Hwy 17, Suite 2 Fleming Island, FL 32003
Phone: (904) 413-1911
Email: [email protected]
3 سال پیش در تاریخ 1400/01/20 منتشر شده است.
17,262 بـار بازدید شده
... بیشتر