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
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives