Update VIA API not showing updates

Options
mmarrese59046
edited 12/09/19 in API & Developers

Hello There Super Noob to Smartsheet APIs. 

 

I am updating smartsheet, with Powershell,  a Test Sheet sending simple sample data.

It shows that I have added multiple row, in the test sheet, but it isn't showing the data even if I refresh the sheet.



I have no Idea whats going on.  

 

 

SSLog.PNG

Comments

  • J. Craig Williams
    J. Craig Williams ✭✭✭✭✭✭
    Options

    Check if the new rows are not all the way at the bottom (Ctrl+G and enter the last number)

    If they aren't, add some data easy to find like "I'm HERE!!" and open the sheet and search for it.

    The "Row Inserted" should not be there if it did not add it.

    Craig

     

  • mmarrese59046
    Options

    I was using a Powershell Module created by a 3rd party, figuring it would be a easier prepackaged method.   

    But apparently there are vast discrepencies in documentation,a get-help.  I was unable to figure out the input format for his String/Dictionary/quasi Array.   And decided to go standard JSON, which is both documented and has people using it. 

    will get back.