-
Workspace Panel Auto-Opening
I know this topic has been addressed previously and was resolved but is now happening again. Is there a way to disable or remove the workspace panel from auto-opening each time you open a sheet? It's extremely frustrating!
-
Using Python to connect to READ, ADD, UPDATE, DELETE from Smartsheet
Dear Colleagues, I definitely need your help. I am using the example https://github.com/smartsheet-samples/python-read-write-sheet/blob/master/python-read-write-sheet.py to connect to Smartsheet, but the end is always a new Sheet ID with the data I retrieved from Excel. What I want to do: Connect to a specific Sheet ID;…
-
SHARE button links -- Automatically redirect for SSO Company Accounts
Please redesign the SHARE button. Every day, users are unfortunately presented with the same login page on initial load. “Welcome back to Smartsheet" "Sign in with your company account or Sign in with Microsoft” The SHARE link should be smarter than that and automatically redirect as necessary for SSO based company users…
-
Bridge: Improving Workflow to get Group members into a sheet
Hello, Ravali Yelmelwar and I created this Bridge Workflow to transfer Smartsheet Groups and their members from the Smartsheet Admin Group page to a sheet. For our organization, the Workflow takes about 25 minutes to run for 59 groups. Does anyone have suggestions for reducing the run time? Screenshot of the Smartsheet…
-
URL Redirect for Inactive Forms
It would be great if, when you inactivate a form, there was a way to redirect users who end up on that form to the new form or web page. I have built a highly complex system for my organization, the crux of which is an idea submission form. However, I did not have anywhere near the knowledge of Smartsheet that I do now and…
-
How to use (rebuild_assignments) in an API call to reset the bill rates of a project
Hi every one, Have anyone tried to use the (rebuild_assignments) through an API call to reset the bill rates in some project ? , I tried hard but it's not working with me. Also no clear clarification on how to use it in the API documentation. I need an example please. Thank you.
-
API connection from Smartsheets to R
Hi, I am attempting to connect Smartsheets to R. I have tried to use the SMARTSHEETR package but having issues with the code and loading a sheet. Has anyone has success with this and could share their code? Thank you
-
API data transfer error. HELP!
I am trying to do a transfer of data from a CSV file to an existing smartsheet. Because I need to import 167K rows, I want to do it programmatically. The script seems to work for a bit, but then I get an error that I can't seem to resolve. Here's the error I am getting: {"response": {"statusCode": 400, "reason": "Bad…
-
Dashboard Widget API
Hi All, Wanted to see if there was a way in the API to update the URL stored in the web content widget. From what I can tell I can modify the name and size/formatting properties of the widget, but am missing if I can write into the URL parameter.…
-
When I Copy Workspace, Everything Copies Fine Except for CellLinking
Hi, Using the API documentation, I'm able to copy entire workspaces which has been great for scalability. I've been noticing that the only thing that doesn't work correctly out of all the sheets, reports, and sights, is the cellLinks in my sheet. In the instructions, you can tell it all the different things to pull in. I'm…