Hello, I am creating a schedule on Power Apps and I would like that when choosing a date and time on the right, it adds the event to the schedule. However I have a problem. The problem is that no matter what date and time you choose, the event will always appear in the schedule at "07/20/2022 at 6:00 p.m.".
Can you help me solve this problem please? Thanks in advance 😞
My SharePoint list (datasource) :
DateArrivee --> Date formant
Usine --> text format
Heure --> text format
If your column is not selected to DateTime please do update it to dateTime otherwise the formula won't work.
You have to mention the selected value of the dropdown. In our case it should be something like below.
HourValue1.Selected.Value
&
MinuteValue1.Selected.Value
If you have used any other column instead of Value try adding that column name.
I used this method to be able to display the time and date differently on my schedule, because I didn't know how to do with a "Date and Time" field @SBax
I think this is the route of your problem. Is there a reason you need two fields?
If there is no reason not to, would reccomend using one field with the configuration I showed in my last message, as it works as expected using this method (with no modifications to the form in any way)
I use a "Date" field for the date, and a "Text" field for the time :0 @SBax
It is as it appeared during creation :// @SBax
@s44- are you using one field of type date and time (with "include time") selected, or two fields (i.e. one for date, another for time)
YourHourValue and YourMinutesValue are just placeholders you have to add your dropdown values in there. YourHourValue -> add your hour dropdown value and YourMinutesValue -> add your minutes dropdown value.
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional