🗑️ Delete Column
Using this block you can delete a column of your spreadsheet from your app itself. Below its explained how you can perform this action
You need the DeleteColumn block to perform this action

Input :
columnName : Name of the column you wish to delete
Let’s try to execute this when button 1 is clicked, you can use it at any other event as well

Over here I have used the input of textbox, you can use any other type of input as well or the text block
Now we are done with this, we will now move to the last block which is the response block
We have to use 2 blocks here, Successful and ErrorOccurred Block
Writing this is really simple as shown below


This completes our process of deleting a column using the Cloudsheets Extension
Documentation by Team Cloudsheets
Last modified 2yr ago