is it possible that the Datapicker defaultvalue be the value of the field saved previously?
Now the defaultvaule is: "If(IsBlank(Fecha);Today();Fecha)"
Solved! Go to Solution.
Sorry, I thought you were using Custom Sharepoint PowerApps. The control I was referring is this one:
So, you want to keep the value that the user select on the datapicker after you submit the form data for example?
Or you want to reset it to the initial value?
Regards.
Exactly, I want to keep the value that the user select on the datapicker after submit the form data.
You could do this:
DatePicker:
OnChange:
Set(Fecha, Picker.SelectedDate)
Default:
If(IsBlank(Fecha), Parent.Default, Fecha)
I just tested this on a Sharepoint List Form PowerApps and it works.
Hmmm mine doesn't change whatever I do... check your OnEdit in the SharepointIntegration control or maybe something else that's being triggered on the Edit event.
Forgive mi ignorance, where is the SharepointIntegration control?
Sorry, I thought you were using Custom Sharepoint PowerApps. The control I was referring is this one:
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 |
---|---|
185 | |
55 | |
43 | |
35 | |
33 |
User | Count |
---|---|
263 | |
78 | |
75 | |
71 | |
67 |