Collect({WO: Text_WO.Text, Name: Text_Name.Text, Date: DatePicker1.SelectedDate, Truck: Text_Truck.Text, Address: Text_Address.Text, PuD: Dropdown_PD.Selected, Urgency: Dropdown_Urgency.Selected}, Navigate{Item_Page,ScreenTransition.None } )
Trying to have a button collect the data\store it and navigate to the next page
Collect( { WO: Text_WO.Text, Name: Text_Name.Text, Date: DatePicker1.SelectedDate, Truck: Text_Truck.Text, Address: Text_Address.Text, PuD: Dropdown_PD.Selected, /// .Value ??? Urgency: Dropdown_Urgency.Selected /// .Value ??? }); Navigate(Item_Page,ScreenTransition.None)
So do I need to put the options from the dropdown in the code with a .Value?
I believed this was your true intention ...
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
213 | |
198 | |
83 | |
59 | |
38 |
User | Count |
---|---|
311 | |
255 | |
123 | |
86 | |
55 |