Hi all,
I've been looking through all possibles posts on this subject in this forum trying to find a solution that actually works for setting a date to blank in a SharePoint list. But it seems it's not the case yet...
Anyone would have an update on this ?
Emmanuel
Hi @nmz027,
No you're not putting it in the right place. You should put it in the datacard's Update property.
In fact I'm not even sure that this code is still needed once you have enabled the Formula-level error management... 🙂
Hello @R3dKap
Thank you for the solution. This seems to have worked for me. I wanted to confirm that I am putting this code in the right place. I put this If(IsBlank(DataCardValue67.SelectedDate),Blank(),DataCardValue67.SelectedDate); in the OnSave field. Is this the right place? Do I need to add it anywhere else?
thank you it worked!!
@kris974 ,
In the Update of the DataCard the Date Picker is contained in.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hello both,
Where do you actually put the formula in power app? I believe I need to
1. select the Card
2. Advanced
3. but then I dont know where add this formula?
Thank you
BR
C
Hi @yashag2255,
Just tested it and, indeed, it works...
I had seen one or two posts suggesting this 'workaround' but didn't pay any attention to it since I didn't seen any link between this error handling parameter and the fact that it does reset a date field to a blank value.
I'm really puzzled though to see that it does work.
I'd love to have someone from the MS PowerApps Team (@Anonymous maybe) to give us an explanation on this particuliar behavior...
Thanks anyway for pushing the tip back into my post,
Emmanuel
HI @R3dKap
If(IsBlank(DataCardValue8.SelectedDate),Blank(),DataCardValue8.SelectedDate)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!