🎨
Set Column Background Color
Using this block you can change the background colour of the specific cell of your spreadsheet from your app itself. Below its explained how you can perform this action
You need the SetColumnBackgroundColour block to perform this action
Inputs :
columnName : Name of the column whose background color you wish to change
color : Background color you want to set in the column (enter hex code only)
Let’s try to execute this when button 1 is clicked, you can use it at any other event as well
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 changing the background color of a specific column using the CloudsheetsTools extension
Documentation by Team Cloudsheets
Last modified 2yr ago