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
Solved! Go to Solution.
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!
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!
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
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
@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.
thank you it worked!!
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?
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... 🙂
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
70 | |
51 | |
41 | |
30 |
User | Count |
---|---|
255 | |
120 | |
99 | |
91 | |
78 |