Hello power apps gurus,
I am building a simple form which updates a sharepoint list. I have a date field and I set an input date placeholder to be equal to Today(). Can I tweak the setting so that if the user doesn't input the date, the placeholder value becomes an entry? The users see placeholder value in the field- they think that it is their selection and there is no need to overwrite, but placeholder value is not passed to sharepoint list.
Thank you,
Olga
Solved! Go to Solution.
If I understand what you are saying, you want the datepicker to simply default to today's date.
If they skip over it and don't change it, you want it to be the value that is in the placeholder.
If so, then simply change your DefaultDate property to: Coalesce(Parent.Default, Today())
I hope this is helpful for you.
If I understand what you are saying, you want the datepicker to simply default to today's date.
If they skip over it and don't change it, you want it to be the value that is in the placeholder.
If so, then simply change your DefaultDate property to: Coalesce(Parent.Default, Today())
I hope this is helpful for you.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
278 | |
239 | |
83 | |
38 | |
35 |
User | Count |
---|---|
358 | |
241 | |
128 | |
72 | |
49 |