Activity log - Smartsheet APi

Jagadeesh_D
edited 12/09/19 in API & Developers

Hi All,

I'm fairly new to smartsheet API and using it in python. One observation i made is that when i try to update the same row with same column using API there is no change in the activity log.

Example:

Before Update: Row1 1 2 3 4

Activity log: Sheet viewed by <username>

Ran my program to update the same row with same values

Activity log: Sheet viewed by <username>

 

But if there are change in the values the activity log is getting populated with the same changes.

 

Is this the normal behavior?

Please let me know.

 

Thanks,

Jagadeesh.

 

 

Comments