My google drive directory looks like the following:
/My Drive
|-- /Job Records
|-- /Job Records/Adjustors
|-- jobDescription.docx
|-- /2022
|-- /2021
Given a trigger, I would like to create a new folder within the 2022 folder, and add a copy of jobDescription.docx to it. What is the best way to do this? The main question pertains to creating the new folder and adding a copy of the doc to it. My question isn't simply to create a new folder, it is to create a folder in a parent directory and automatically add a jobDescription document to it.