Where can I find column ID in smartsheet?
For row, this is very easy. But it's not clear for column. Where Сolumn ID?
Best Answer
-
Hey @Bortyk,
Can you please give some more details? what do you mean by column ID? for the Bridge app?
Itai Perez
Reporting and Project Manager
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
Answers
-
Hey @Bortyk,
Can you please give some more details? what do you mean by column ID? for the Bridge app?
Itai Perez
Reporting and Project Manager
If you found my comment helpful any reaction, Insightful, Awsome etc... would be appreciated🙂
https://www.linkedin.com/in/itai-perez/
-
Yes.
// Set options var options = { sheetId: 9283173393803140, columnId: 0123456789012345 }; // Delete column smartsheet.sheets.deleteColumn(options) .then(function(results) { console.log(results); }) .catch(function(error) { console.log(error); });
I want to use this code.
-
Hi @Bortyk, the "List Columns" Smartsheet workflow element returns a list of column details including the column ID:
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives