Hello there, I visit here for help a lot, but I've never posted a question before. I am a beginner and not a developer. I'm stronger in Power Automate than Power Apps. I've not successfully created an app yet, but have several successful flows. I am trying to keep my builds in Power Automate since I can build and support much better in this environment.
I have a flow that is triggered when a new time off request form response is received. When the form is submitted, the flow will take the form info, start an approval and update a SP list (a modern SP calendar view). The flow works fine, but I've been asked if I can fix the fact that all of the calendar items, when viewed in the events pane, show as "All Day" events even when they are not full day events. They would like to see the From and To times here.
I'm pretty sure this is because the Start Time and End Time columns in the SP list are single line text fields and not actual time fields as part of the date/time picker. However, it appears that Forms does not have the same date/time picker fields as SP does. Because these are time off requests for future days, I cannot use the created or modified dates and times. It must be data that is entered by the user into the form.
Is there a way to take the information from the single line text field in the form and input it into the date/time picker in the SP list? If so, what would that look like?
Happy to share additional info if needed.