Where can I find column ID in smartsheet?

 For row, this is very easy. But it's not clear for column. Where Сolumn ID?

Tags:

Best Answer

  • Itai
    Itai ✭✭✭✭✭✭
    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

  • Itai
    Itai ✭✭✭✭✭✭
    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/

  • Bortyk
    Bortyk ✭✭

    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.

  • Neil Watson
    Neil Watson ✭✭✭✭✭✭

    Hi @Bortyk, the "List Columns" Smartsheet workflow element returns a list of column details including the column ID: