Hello,
This morning I opened my favourite app, and I was welcomed with thousands of errors . Most of them are due to a change with my date pickers, I referenced their value with DatePickerX.Value everywhere, but it seems this is deprecated with modern controls and powerapps only accept DatePickerX.SelectedDate.
I did the change, but here is my issue :
I had "default value to display" code in my DatePickerX.Value function, but I cannot select Value function anymore.
Do you know how can I retrieve it ?
Thanks !