Hello, I'm attempting to build a flow that triggers when an item is created in a SharePoint list.
The goal is to wait for the item to be created in SharePoint until the request is approved with the approval step.
However, it needs to be dependent on who submitted the request.
I have this so far:

However, even with the conditional, I noticed that the SharePoint is still updated regardless if it's approved or not. What do I need to change to make sure that the SharePoint item is created only when it is approved?