-
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…
-
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…
-
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.…
-
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…
-
Workaround for PowerBI Navigator record limit
Problem statement: When looking to utilise PowerBI via the Live Data Connector I was unable to find the sheets I wanted to connect. Cause: The PowerBI Navigator will return a maximum of 10,000 records from a given source. Workaround: I've managed to work around this by setting up a second DSN connection for the Live Data…
-
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…
-
JAVA SDK - Update a Multi Picklist
Hello, I am having trouble updating the value of a multi-picklist in my sheet. I am using the Java SDK smartsheet-sdk-java 3.1.1, on Java 17. I am setting the column value with the following code: Cell c = new Cell(column.getId()); c.setObjectValue(new MultiPicklistObjectValue(List.of("All", "Some", "None"))); My column I…
-
How to get page 2 of the reports list from the API /reports endpoint?
Hello! Perhaps I'm being dense, but how do you get page 2 results from the API using this endpoint using CURL: https://api.smartsheet.com/2.0/reports I can see that there are 3 pages from the response to this endpoint: "pageNumber": 1, "pageSize": 100, "totalPages": 3, Thanks in advance.
-
Script to get data from Google Sheet to Smartsheet
I'm trying pull data from either s csv or google sheet. Can anyone explain to me what is wrong with my script below? No matter how hard I try I get the error: "Unable to parse request. The following error occurred: Field \"null\" was of unexpected type.", function copyDataFromGoogleSheetToSmartsheet() { var…
-
Has anyone used Power Automate or another tool to insert and update records FROM Excel to Smartsheet
We have a file of data in Excel with Macros to another system with confidential data. We want to send rows and update rows to a Sheet in Smartsheet. Has anyone used Power Automate or another tool to do this?