Nishant Rana's Weblog – Everything related to Microsoft .NET Technology

Nishant Rana's Weblog – Everything related to Microsoft .NET Technology

https://nishantrana.me

Everything related to Microsoft .NET Technology

How to set Date Picker as Blank (Null)- Canvas Apps / Dataverse

Published

How to set Date Picker as Blank (Null)- Canvas Apps / Dataverse

If no dates are selected the Date Picker control will display a default date. This comes from the InputTextPlaceholder property We can update the formula to set the field as blank. If(IsBlank(Self.SelectedDate), Text(Blank())) Hope it helps..

Continue to website...

More from Nishant Rana's Weblog – Everything related to Microsoft .NET Technology