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
Ещё видео!