Where can I find column ID in smartsheet?
Bortyk
✭✭
For row, this is very easy. But it's not clear for column. Where Сolumn ID?
Tags:
Best Answer
-
Hey @Bortyk,
Can you please give some more details? what do you mean by column ID? for the Bridge app?
Itai Perez
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
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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives