Hi,
I have 2 Forms showing in my App, Projects and Deliverables. Both forms have a New and a Save button.
I was trying to do this, when I click on the New Button for my Deliverables form, I want my dropdownlist in the form, to set to a value that matches a Label Text field as the default value
Thanks for your help
Hi @Jebediah ,
I did a simple test for you.
1\ This is my list 'LIST113'.
2\ Add a lable control 'Label5'.
3\ Add an edit form control 'Form1' and set its DataSource property to:
LIST113
4\ Add an Icon and set its Onselect property to:
NewForm(Form1)
5\ Set the Title datacard's Default property to:
If(Form1.Mode=FormMode.New,Label5.Text, Parent.Default)
6\ The result is as follows:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Thanks for your reply, I tried and no luck
Hi @Jebediah ,
So , what's Items property of your dorpdown control?
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Sorry for the delay. Dropdown item property is this : Choices([@Deliverables].Project_x0020_Name)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
162 | |
91 | |
67 | |
63 | |
62 |
User | Count |
---|---|
216 | |
158 | |
96 | |
86 | |
79 |