-
API - Other Client in Activity Log
When I see this in the Activity Log - how do I track down where it came from? Does Smartsheet add this for certain functions like requesting backup or download of activity log?
-
Admin Sharing to workspaces by default
Good morning! I'm wondering if anyone has created an automation, either through the API, or some other third party app, to automatically share a system admin to a workspace when it's created? We're a very large company, Smartsheet use is growing quickly, and we're thinking about how do we ensure that our system admins have…
-
Missing Credentials
Hello, My email address through work changed so I went through the process of updating this in my smartsheet account. Now when I attempt to login, I get an error stating that my credentials are not recognized. I attempt both my old and new email and get the same result. The only way for me to login now is to do a password…
-
How can i read activity log using c#.net through API...?
I need to restore a specific row which are deleted from the original sheet, and i am using API to achieve this with C#.NET. Our idea is to create new helper sheet using c#, which contains deleted rows in it, That has to get updated by reading data from activity log May i get any suggestions. Thank you in advance.
-
Tableau Embed in WorkApps Error
Hi, I did this a long time ago and put notes on how I did it in OneNote. I just tried to do it in another WorkApps the same way and it gives me an error. I am trying to embed a tableau dashboard into WorkApps. We do have online not public. I tried my original solution where I added &iframeSizedToWindow=true&:embed=y to the…
-
Add Row via API + iOS Shortcuts
Just figured out how to use cURL api post to add a row of information via iOS Siri voice command. Pretty excited.
-
How to write to a Smartsheet column with dropdown list column type and with restricted selection.
I am encountering an error while attempting to input data into a Smartsheet column characterized by a dropdown list column type that enforces restricted selection from a predefined list. The error message is as follows: {"response": {"statusCode": 400, "reason": "Bad Request", "content": {"detail": {"index": 0, "rowId":…
-
Subscope for row update webhook
Hello, I am trying to create a webhook that is triggered by a row update in my sheet. I would like to limit the event to a subscope of columns so that the webhook only fires when a cell in certain columns is updated. I am using make.com, and set up the webhook as object type: row, event type: update, and the selection of…
-
403 Forbidden: Writing Over Automated Columns, Specifically Baselines
Hello all, I'm trying to use Alteryx to update baseline values for line items that were added after the baseline reset. I've successfully written into Smartsheet before; however, I believe the reason I'm unable to now is because these columns are automated. Is there a work around to this? The error that pops-up is…
-
Webhooks
Hi, I wonder if you can shed some light on this. I am using the following code to set up a webhook. The functions seem ok but I keep getting the DISABLED VERIFICATION FAILED ERROR. The server is listening on port 8000. Any help would be appreciated. I have removed the access and id fields. Config file: {…