Have you ever wanted to replace the two Hour & Minute drop-downs with a single drop-down showing set intervals (example here is 15 minute like Outlook).
This is quite easy to do using a Date Picker and a single drop-down as below
The Date Picker is a standard item (you can leave the one that Power Apps creates when a Date/Time field is added) and there are three settings you need to know (two on the drop-down - you can use the one provided for Hours if you want to and delete the Minute item) - the Items and Default and also the Update of the Data Card.
Firstly the
Items of the drop-down (in this case) reflects 15 minute intervals for 24 hours and presents as per the image above.
Next, you need to display the current date/time saved in the drop-down in the Default which is (replace DateTimeField​​​​​​​ with your actual field name)
As mentionend above, the date picker
DefaultDate can remain as is (
Parent.Default) or change to
Finally, you need to write the data back to SharePoint, so the Update of the Data Card would be (using your date picker and drop-down names)