Hello, I have a list of 76 tasks that need assigned every time someone joins the company. We have those 76 tasks in a SharePoint List "Onboarding Template." I've created a flow that will take the new employee's name (i.e. Test McTest) and create a new SharePoint List named "Onboarding Test McTest" and then creates all the same columns needed to import the tasks from the Onboarding Template list.
I'm getting stuck at populating the new SharePoint List with the 76 tasks. I should be able to "Get Items" from "Onboarding Template" and then "Create Items" in "Onboarding Test McTest" but since the Test McTest List was created in the same flow, it doesn't show up as a drop down in the "Create Items" step. I can use "Onboarding [Employee's Name]" as I've been doing in other steps but the only field is "Items" instead of populating all of the fields from "Onboarding Test McTest" that I can pair up with "Onboarding Template"
This is what I actually see.

These are the options I'd like to see but don't because the SharePoint List isn't created until the flow runs:

Note: "Onboarding Another Name" would be "Onboarding Testy McTest" in my example. It's just the word "Onboarding [Employee's Full Name]."
Is there a way I can create a SharePoint list and then copy a SharePoint list all in the same flow?