-
Expired Assets - Workflow
Use Case We have assets where the usage has expired, and in BF they are marked as expired. My team though (guest users) need to see these assets at any time. They will review and determine is we should license again. How do agencies go about enabling this? This is a really important need for us. Also is there an automation…
-
Workflow Automation - Activate or Deactivate
Is there any way to achieve Activate/Deactivate the workflow automation via programmatically using python or any Smartsheet API available to do. Have gone through the API documentation and couldn't got anything helpful related to my requirements. Should not open sheet and manually click the activate/deactivate the workflow.
-
idempotency in API Requests
Running into issues where large updates to a sheet can sometime take too long to complete, and there is no way of knowing if it failed or not. Adding in a client side Key that is included with the request, will allow to try it again and the server will not process it again just return the status of the original request. As…
-
Error Code 4002 - Server timeout exceeded. Request has failed.
Does anyone have experience dealing with Error Code 4002 (Server timeout exceeded. Request has failed.), and has any ideas on how to handle it. It seems to come up for me when i am trying to update larger sheets Thank you
-
9-box talent assessment
I have googled and cannot find any company that has automated the 9-box talent assessment outside of excel. I feel like this is a huge miss as all large corporations do talent reviews and succession planning. What would be really cool is if you had all your HR data in Smartsheet and you could have a visual of each team on…
-
Exporting a Sheet with 8,500 rows / 72,000 Attachments
Hi all - i am looking for some help - if i export my sheet - i am looking for the row reference of the Attachments - can that happen - is there any other link that can be formed - except manually adding the info / row number to each attachment - thanks
-
API: Missing userPermissions and workspace fields in get_sheet response
Hi, I have been using Smartsheet API for a while. I invoke my Python scripts to read sheets and do all sorts of stuff. I created a new developer account recently. Then I created a new sheet and tried to read it using my scripts. I realised that the response is not returning the field userPermissions which is usually…
-
Create Global API Profiles in Bridge for Call API
Since there are no roles in Bridge (So access by workspace isn't possible), it would be nice if we were able to create global profiles for the API Call utility. I have many workspaces and I will have to spend a lot of time work repeating the same profile over and over again. I like the new profile function of the API Call…
-
Merged: Report Totals Printable
This discussion has been merged.
-
API: GetSheet (with rowsModifiedSince param) should be able to return information about deleted rows
My use case and issue: With the Smartsheet API, I am caching a sheet locally and using the rowsModifiedSince query parameter to only update rows that have been updated since the last time the cache was updated. This is a great performance optimization, however, if a row is deleted from the originating Smartsheet, no…