Hi all,
I have stumbled upon an issue that I can't solve...
After submitting a new item via Form, the value entered in Date Picker (including hour + min) is cleared when I later want to View or Edit the item.
I have set DefaultDate (Date part) and Default (Hour / min parts) to value "parent.Default" - but no luck. The form just wont retain the value no matter what I do.
Worth mentioning is that I do not want a default date to be entered if the user do not choose a date - then it should be left empty.
Cheers,
Daniel
Solved! Go to Solution.
Hi @m00080999 ,
You could set the Data Picker's OnChange property to:
Set(VarDateTime,Self.SelectedDate)
And then set the Data Picker's DefaultDate property to:
IsBlank(
parent.Default,
VarDateTime,
parent.Default
)
Best Regards,
Bof
Hi @m00080999 ,
You could set the Data Picker's OnChange property to:
Set(VarDateTime,Self.SelectedDate)
And then set the Data Picker's DefaultDate property to:
IsBlank(
parent.Default,
VarDateTime,
parent.Default
)
Best Regards,
Bof
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 |
---|---|
202 | |
100 | |
61 | |
59 | |
58 |
User | Count |
---|---|
254 | |
163 | |
90 | |
79 | |
70 |