I have a flow that's triggered when a new form response is submitted. One step creates a new folder in SharePoint, which works as it should. HOWEVER, I just discovered Custom Content Types, and have a few different custom Folder Content Types that I'm now using with my SharePoint site.
How do I get the flow to create a custom Folder instead of a standard Folder?

Here are my Folder Content Types:

I want the flow to create a new "Student File" Folder Type.
Thanks!