I'm not sure what you mean.
Is this a patch or a form or all done via a flow?
The idea was to create a simple way for users to request vacation from our SharePoint site. I may be overcomplicating it, but the users don't want to do another step of creating the vacation on their calendars once it is approved.
So the current process I am trying to get working...
1. Open a Power App.
2. Enter info for vacation.
3. Press Submit
a. The button action is to submit the form to the SharePoint list that holds all the data.
b. The creation of a new item triggers a flow to start the approval process
i. First the flow gets the user that created the new item on the list.
ii. Based on the user a manager is found for the approver.
iii. A calendar item is created on the submitter's calendar as a "tentative" event.
iv. An approval is started
v. Based on the approval the calender even is changed to out of office or deleted.
vi. Based on the approval an email is sent to the submitter stating if the vacation was approved or rejected.