-
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: {…
-
Dynamic View required any licence access for end user
hi.... currently working on dynamic view and sharing some data to particular columns mail ids. so when i share my data to others it will required any access or login process to end user , I have only the smartsheet and dynamic view access in my team....
-
Bridge and FedEx Module - Authentication Problem
I'm getting an authentication connect issue when trying to run the FedEx Module step in my Bridge job flow. I set up a FedEx Developer Account and created a test new project. When I run the Bridge job I get an error on on the Module run saying, "failed to execute extension module : Authentication Failed". I mapped the…
-
Can anyone help with the Dashboard api?
The sight object exposes Widgets as a get and a set. public IList<Widget> Widgets { get { return widgets; } set { widgets = value; } } When you update the Sight you get a JSON error. The API documentation states Update is for a dashboard name change - this does work ok. Can anyone confirm whether you can or cannot update…
-
Issue with row "new event" trigger
Hi there, I am using make.com (formerly integromat) to update an external database whenever a row in my smartsheet is updated. The automation is set up so that whenever a row is updated, I get the row (all of the cells) and then send that data to update my database. I only need this to trigger when a cell value is changed.…
-
Public API not being supported anymore ?
Hi, Since January 9th the public repositories of smartsheet API are in the archived status (https://github.com/smartsheet-platform/smartsheet-csharp-sdk) . Are the public repositories still maintained ? What about the latest version of the nuget package (currently 3.0.0), what commit does it represent to the githib…
-
Is there any way to get a sheetID from the KEY retrieved from a sheet access report?
I am a system admin, and we recently had to let go of our other system admin. I am trying to find out what sheets he had access to that I didn't, so I could could access to those sheets. The only way I can compare what I have access to versus was he had access to was a sheet access report, which has a sheet Key, not the…
-
Date Format in Bridge
Hello, I was trying to get date out from smartsheet to smartsheet bridge to do integration. However, when I see log file, the date is very different format and I cannot reformat the date using utility function: The Appt Date, DOB and Start Date is all coming from date from Smartsheet, could someone help me on this? Thank…