-
API Question
I'm trying to get a list of all the shares for a sheet. This would include all the item shares(someone shared this specific sheet) and the workspace shares (someone can access the sheet because the workspace was shared. According to the API documentation this call should do it: curl --silent…
-
When I scan a barcode using a form, an extra ' is entered before the number.
I´m using the barcode scan function in a form to enter the barcode. However, when I do the scan an extra character , ', is entered in front of the number. So instead of the number 10345470605 being entered, '10345470605 is entered instead. This is creating errors when I later do an INDEX/MATCH. How can I get rid of this…
-
Push Row with Attachment
Hallo, I create integration from my form on the website to connect to Smartsheet using API. I want to push data with attachment in one time process, it's that possible? Thanks,
-
Onbase connection
Hello! I'm wondering if anyone has any experience connecting Smartsheet to Onbase, either with the API, or a third party app?
-
How can I make a mock DB to be pulled into Alteryx?
I am working on a school project and am having some issue figuring this out. My team and I's problem is that we have 24 XML files from our sponsor (they make custom garage doors), and it is unstructured data that needs to be organized to be able to determine trends, patterns, etc. We need help on figuring out how to create…
-
How to write to a Smartsheet "Restrict to date only" cell using API?
Hello All! Need your help. With Python using Smartsheet API, I am trying to write to a date only column. I am getting the below error. v1=datetime.datetime.utcnow().date() new_cell = ss_client.models.Cell({'column_id': 123456789, 'object_value': v1, 'strict': False}) {"result": {"errorCode": 1012, "message": "Required…
-
Why can't charts widget select columns from sheets?
I'm setting up standard line graphs through using the charts widget on a dashboard. I am pulling the source data from sheets which get updated once a quarter with information I would like added to the report automatically. It seems that I can only select a data range and not select the entire columns so that the graphs…
-
Does Smartsheet Desktop DeepLInker on Mac even work?
I like Smartsheet in a browser window and on iOS, and the price is reasonable. But the Mac Smartsheet Desktop DeepLInker app does not work. When I click the icon to open the app, it displays the message in the screenshot below. After clicking the "Quit..." button and turning off the Smartsheet extension OFF, and then…
-
Automated Data Export
Hey All, I have a problem that I have been struggling to find an efficient solution for regarding how to routinely get form data out of smartsheets. I am hoping for ideas, advice, and/or secure tools that you all may know of to help with that. For context, below is my current issue/goal and what I think is the best…
-
EU account - how to activate developer tools
Hello, How can I activate developer tools for an account used on EU Smartsheet? Here is not working: https://developers.smartsheet.com/ I had the same issue with a GOV account, and there I was helped after I've opened a ticket (the solution was to be activated manually by Smartsheet team). I did the same for EU account but…