📃

Create New Sheet

This option will let you create a new sheet from the app itself. Below it's explained how you can do
To Create a new sheet you will need the CreateSheet block
NOTE : NAME OF A SHEET CAN NEVER CONTAIN SPECIAL CHARACTERS…..PLEASE WRITE THE NAMES ACCORDINGLY
Sample Design
I have made a really simple design where I have given the user a textbox to enter name of new sheet.
Writing the blocks
I have just added an event – when the button is clicked the create sheet block is used with the sheet name as textbox1.text
Once this is done we proceed to the next block which is the “ SheetCreated Block ”
We will first check the response code we have received, if its 200 then that means that the sheet was created successfully else we will notify the user that some error has occurred
So this completes our process of creating new sheet using the extension
Documentation by Tanish Raj – Lead Developer Cloudsheets