Hi All,
I want to know, is there a way/formula/function to pass the selected date of a 'Date Picker' to a Text box? I couldn't find a way to do that and tried to use the value property of the date picker but there isn't a property named value.
Could someone help me with this?
Kind regards,
Chiranthaka
Solved! Go to Solution.
Information in PowerApps is by reference, not by passing.
So, if you want your TextInput control to have the date selected in the DatePicker, then set the Default property of your TextInput control to: yourDatePickerName.SelectedDate
I hope this is helpful for you.
Information in PowerApps is by reference, not by passing.
So, if you want your TextInput control to have the date selected in the DatePicker, then set the Default property of your TextInput control to: yourDatePickerName.SelectedDate
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
259 | |
87 | |
79 | |
68 | |
67 |