-
Is there a way to have the rows automatically sort ascending by date when new rows are entered?
I have a job board created that jobs are added to and dispatched from the problem is if the jobs are not ented in order by date then I have to manually sort each time. This is a 24/7 process mostly accessed by mobile devices so sort is not an option.
-
Embedded form not redirecting after successful submission
Hi I have copy and pasted the embedded form code into our wordpress website and can successfully receive the entries from the form through the website to our smartsheets account. The problem is it hangs for the person/visitor entering the information in the web form and stays showing a message "Your submission is being…
-
Connector between Smartsheet and Google Docs
Hello, I need to connect Google Excel (Google Drive) to Smartsheet so that I can have updated data on Smartsheet. I need to know what is the best solution.
-
Report Builder
Hi Are there any written instructions I can refer to in order to create a smart sheet report that I can then build into a chart? I have tried to create a chart from a dashboard widget and I am getting an error telling me I can only use numeric data Is this correct? Thanks Tracey
-
VLOOKUP Calculation Lag
Hi, I am having problem with a VLOOKUP process. Our current process flow is as follows Import data into a "DataDump" sheet through API, at this point each row of data is assigned a number, matching that of the row number (we do this so we can use an index match formula to pull data through to the secondary sheet we call…
-
Children not displayed
I have a list of that will not open up today. There are 671 children and the "+" and "-" changes but the rows are not displayed. Help please! Rose
-
Open to Today's Date - shift a little to the right?
This is a small request - how about modifying the setting of opening the Gantt window to today's date so that it appears an inch or so to the right, rather than nestling at the edge, kind of out of sight? It would help give added perspective on tasks completed/partially/not completed by being able to see both sides of…
-
Webhooks API
Hello, Does anyone have any good examples of using the webhooks feature of the API to send notifications to Slack? I'm not sure if I have everything structured correctly in Smartsheet but, essentially whenever a certain cell in a sheet (that could live in a specific set of Workspaces), I would like to have a slack…
-
wrong class attribute in Search Sheet (Smartsheet API 2.0)
Based on the Python documentation of the Search Sheet functionality under Smartsheet API 2.0 (https://smartsheet-platform.github.io/api-docs/index.html?python#search-sheet) I kept getting an error with this code: response = ss.Search.search_sheet(sheet_id, sys.argv[1]) print(response.totalCount) It turns out the attribute…
-
Adding rows and data types with C#
Hi Everyone, I am currently trying to integrated SharePoint data into smartsheet. However, I am struggling with data types and most of the cells do not take my values. I think I have no issue with certain type like TEXT_NUMBER or DURATION but for the other types I am stuck. Can someone show me an example of how to insert…