-
How to Quickly Count Applications in Use on Smartsheet?
Hello! Could someone help me with a question? Does anyone know how I can quickly get a count of the number of applications in use on Smartsheet? Or do I need to access each sheet one by one and check the logs?
-
Using get_sheet using report_id vs sheet_id?
Hello! I am running into issues using report_ids when calling the get_sheet api function. Is there a different call I should be using here? Is there a different api command for reports vs standard sheets? It is running into typical 1006 error.
-
Issue: Smartsheet API Not Returning Data for Formula Columns in Sheets
I am experiencing an issue with the Smartsheet API where data from columns containing formulas are not being returned when querying a sheet. However, the same data is correctly displayed in the UI and can be accessed through reports via THE API. So I can access sheet data for formula columns via a report that points to…
-
API/Python SSL errors
Hello, my department has many python scripts that use the smartsheet API to download/upload from the site all of my smartsheet python (which was working perfectly before today) started giving the following errorurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.smartsheet.com', port=443): Max retries exceeded…
-
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.