Hi,
As part of my user schedule list in SharePoint I have a form that would allow for swapping of shifts for a determined date.
My form consists of:
1. What date is the swap taking place?
2. Who do you want to swap with?
I am concerned with question 1. The response comes back as a date (using date picker).
The flow goes on to grab and store the start time and end time of the requestor (user 1) and the start time and end time of the user they want to swap with (user 2).
I am trying to build my logic and realize the flow needs to update the shifts but for the selected date (question 1) which isn't necessarily always going to be today. How do I go about now storing the date from question 1 and having the changes (the swapping of shift time stamps) take place but on that selected date?
Here's what I currently have:

Thanks,