Populate 1 Form Based on Another Form in Power Apps (Part 3)
Andrew Hess
0:00 / 0:00
Populate 1 Form Based on Another Form in Power Apps (Part 3)
2 865 просмотров · 1 год назад
Andrew Hess
17,4 тыс. подписчиков
2 865 просмотров · 1 год назад
Part 1: • Let's Convert an Excel to Power Apps with ...
Part 2: • Converting Excel to One to Many with a Sha...
Part 3: • Populate 1 Form Based on Another Form in P...
Part 4: • Create A Simple Popup! For Unsaved Changes...
This is part 3 for creating our Radios Power App.
In this video, I’ll show you how to dynamically populate one form based on another in Power Apps. Learn how to set default values for form fields, transfer data seamlessly between forms, and optimize your app for better user experience.
💡 What You’ll Learn:
How to use data from one form to populate another in Power Apps.
Setting up default values for fields dynamically.
People Picker Default:
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
DisplayName: tblRadios.Selected.AssignedTo.DisplayName,
Claims: "i:0#.f|membership|" + tblRadios.Selected.AssignedTo.Email,
Department: tblRadios.Selected.AssignedTo.Department,
Email: tblRadios.Selected.AssignedTo.Email,
JobTitle: tblRadios.Selected.AssignedTo.JobTitle,
Picture: ""
}
0:00 Introduction
0:40 Brief Recap
1:50 Fix a few issues first
5:15 Button to Replace Broken Radios
7:01 New Screen for Broken Radios
9:02 Form for New Radios with Defaults
10:30 Default Single Line Text
11:00 Default Modern Dropdown
12:17 Default People Picker
16:00 On Navigate Must NewForm and EditForm
18:37 Checking Version History
19:00 Create a Filtered View in SharePoint