Sign in to join the conversation:
How to get cell history of all rows in a smartsheet without any error (rate limiting error).Using python code.
http://smartsheet-platform.github.io/api-docs/?python#get-cell-history
has sample code that you can check out that should lead you to your needs
I tried that get_cell_history however it is not letting me get all 1000 or 5000 rows in smartsheet .it leads me to error (rate limit exceeded)and takes lot of time.is there any way getting cell history of all rows without any error
Hi,
Would the Activity log export function work for you?
Please see attached link/screenshot.
https://help.smartsheet.com/articles/2476206-track-sheet-changes-with-activity-log#export
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant / Get Done
Thank you
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…