Forms & Submit Data to Sharepoint | HOW to use Microsoft POWER APPS (2024)
27,019 views
0

 Published On Jan 31, 2023

In the final episode of this BEGINNER training course on how to use Microsoft POWER APPS, we will focus on Forms and show you how to submit data to Sharepoint from within the app, check it out!

In the other videos in this playlist we will tackle more Powerapps building blocks:
✅ Creating the App within a Solution
✅ Screen Navigation
✅ Galleries & Data sources (Sharepoint!)
✅ Variables
✅ Collections
✅ Overlays & Pop-ups
✅ ...and so much more!

💻 Developing on a low code platform is so much fun, so join us for the ride! Use these videos as a tutorial to build and develop your own apps! Keep us posted in the comments!

🎥 Link to the whole playlist:
   • HOW to use Power Apps in 2024! | BEGI...  

📚 VIDEO CHAPTERS:
0:00 Introduction
0:49 How to CREATE a Form
11:11 RESETTING a Form
12:53 How to SUBMIT data to Sharepoint
17:50 FINAL TEST of the whole training app!

▶️ Official Microsoft guide for Powerapps formulas:
https://learn.microsoft.com/en-us/pow...

📜Check out the Cegeka website on the Power Platform:
https://www.cegeka.com/en/be/solution...

❇️ If you like this kind of content and want to see more, don't forget to:
- Smash that LIKE button! 👍
- Leave a COMMENT with your questions and remarks! ✏️
- SUBSCRIBE to our channel! 🔴

👀 Stay tuned for upcoming videos on the Power Platform and MS D365!
🗣 Also feel free to leave some ideas for future videos in the comment section down below!

-- SETUP FOR THE SHAREPOINT SITE --
Create a Sharepoint-site called "OfficeOrderingSite" and make sure that your user (the one where you are developing the PowerApp with) also has read & write permissions on this whole site.

On that site create these 3 lists, these are used throughout the video series:

"Categories" (these are all required fields!)
- Title = default Sharepoint-field (will serve as the category name)
- CategoryID = number field
- CategoryImage = image field (I used 250x250 jpg-images, but feel free to choose your own!)

"Items" (these are all required fields!)
- Title = default Sharepoint-field (will serve as the item name)
- ItemID = number field
- CategoryID = number field
- ItemPrice = currency field
- ItemImage = Image field (I used 250x250 jpg-images, but feel free to choose your own!)

"OrderHeader" (these are all required fields, except for "Notes"!)
- ID = default Sharepoint-field
- Email = default Title-field renamed to "Email"
- Orderer = required single line of text field
- OrderDate = required single line of text field
- Notes = not-required multiple lines of text field
- TotalAmount = required currency field
- NumberOfItems = required number field
- Status = required Choice-field (with options: Ordered, Approved, Rejected, NeedsApproval)

For the 3 images used in the app itself, you can also choose whatever images you like!

show more

Share/Embed