-
webhook suddenly stopped working.
I created a Smartsheet webhook last month, and it was working fine. However, from yesterday it stopped working. I faced the same problem before, so I created a new webhook, but now, even the second webhook stopped working. Can you help me understand the reason for this issue?..
-
Smartsheet API - Post
Hello Team, I am using Postman to write an API to POST data into Smartsheet. I am looking for examples of a script, which uses the POST method to update specific columns in Smartsheet. Many Thanks.
-
Python
Hello Can Python integrate with Smartsheet? Thanks Cris
-
Data Mesh Timing & Owner status in Activity Log
1st Question: Does the hourly option work based an hourly run? Or is it triggered an hour from the latest change? 2nd Question: If someone created the Data Mesh and then transfers ownership to you, does it show both of your names when the workflow is run for that app in the Activity Log?
-
Error Code: 1036
hi I was recreating an automation flow, when i run my flow. this was the error presented. How can i fix it?
-
Bulk update of parent ID (Python API)
I'm building a project schedule that represents an overall manufacturing production plan. The the resulting Smartsheet has roughly 7,000 rows. I've found a way to use bulk API calls for all but setting the parent IDs, which is now taking upwards of 20 minutes. Here's the basic flow: -- Create production schedule in memory…
-
I am identifying the duplicates in the sheet. What wrong with this query?
=RANKEQ([Request ID]@row, COLLECT([Request ID]:[Request ID], [Item Number (SUPC)]:[Item Number (SUPC)], [Item Number (SUPC)]@row, Duplicates:Duplicates, 1), 1)
-
How to get whencreated for a smartsheet user in the API
When we download the user report it includes both lastlogin and whencreated. In looking at the user api we see the option to add lastlogin which works great, but how can we get the whencreated for a user?
-
COUNTIFS and OR
Hello, I am having trouble getting my COUNTIFS formula containing an OR to work. I need it to count based on range 1 and a second column containing either Planned or Submitted. =COUNTIFS({RegSci Review Projections Range 1}, [Primary Column]@row, OR({RegSci Review Projections Range 2} = "Planned", {RegSci Review Projections…
-
Save as new//100 sheet limit - work around?
Hi - Does anyone have a workaround for this? I have a client where i have stripped the workspace back to around 150 sheets - they need to be able to replicate this workspace. I'm getting the same error message when trying to copy the workspace via the API - The end result means that due to this limitation, someone has to…