-
Workday Financial Integration
An integration between Smartsheet and Workday Financials could significantly streamline project and organizational financial management. Such a connection would enable real-time financial updates, enhancing transparency and decision-making agility. It would also reduce manual data transfer errors, increase efficiency, and…
-
how to delete all the rows of a sheet using python at once
I am trying to build an automation that updates an excel file to smartsheet once I run it. I have build that program but issue i am facing is that they are getting updated below the previous one. So I want to delete the rows first .Is there any way to do it without requiring row id.?
-
Resource Management API - Nag email
One huge feature that's missing from Resource Management is a simple email notification that you have unconfirmed time. I'd like to automate this since it's not included. But a couple things that are confusing: The APIs for Resource Management are posted, but can you access these APIs from the Smartsheets Python SDK? I…
-
Has anybody successfully converted their HTTP Call (deprecated) to a Make API Call?
I have been converting a working HTTP Call function (soon to be deprecated) to a Make API Call, and creating API profiles. I'm getting a Plugin Error as attached. I have all my headers in my API Profiles with non-empty string names and I still get this error. Please advise!
-
Business proposal
I am currently scrutinizing a received business proposal for the establishment of my online travel agency. My objective is to ensure the success of the business by strategically leveraging robust programming languages, frameworks, and technology stacks that seamlessly integrate. This includes meticulous adherence to laws,…
-
Unlocking columns on sheets with dependencies enabled via the API
When trying to unlock columns via the API on sheets where dependencies are enabled, you get an error due to these dependencies, stating that these need to be disabled first. Unfortunately, there is no method to do so programatically. The API should either provide functionality to still unlock columns regardless of…
-
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