Hello Techies.
I have a Date field with Format "Date Only" ("Time zone independent") in Dataverse (Dynamics CRM). [ scrheenshow below].
and as this is already in use in prod, i cant recreate this field with "Date Only" in the Time Zone adjustment.
-> From Power Apps When i use the "SubmitFrom" function, the date of the birth is filled with a default date (12/31/1899) instead of blank.
I have already gone thorugh this This Link which didnt work out for me.
Thanks in advance.
Try to set the default value of the datetime picker of your form to Blank()
---------------------------
If the solution I provided assisted you in resolving this issue, kindly select "Accept as solution" This will help others in finding the solution more expediently 😄Also, a Thumbs up would be a great compliment!
Hi @rampprakash ,
Thanks for reply!
But for SubmitForm(form1), we dont need to pass any individual columns right. I can use the Patch function but in that case, Form's OnSuccess function wont get trigger and filed mandatory validations also i have to make it manual.
Hi @viswa
You can try the code like below
If(
IsBlank(DatePicker1.SelectedDate),
Blank(),
DatePicker1.SelectedDate
)
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Follow me on Twitter : @rampprakashd
Blog : https://microsoftcrmtechie.blogspot.com
mmbr1606
22
Super User 2025 Season 1
stampcoin
19
Michael E. Gernaey
17
Super User 2025 Season 1