Create Document
create new document in google drive.
Create a new document with a specified document name. if it does not specify the parent folder or root it will be copied to the same parent.
Input
GSuite Connection :
GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
Document Name :
String Argument
The name of the document to be created.
Destination Folder Id :
String Argument
The Id of the destination folder in which the document is to be created.
Output
Document Id:
String Variable
The variable that stores the id of the created document.
Last updated