-
Amazon Web Services
Is the S3 vunerability patched yet so that we do not have a repeat outage like we did at the end of February? Or are we still at the mercy of AWS?
-
I cannot get the search query api to work - it gives partial matches
I've tried using postman and single and double quotes do not make any difference either I can filter the results but it seems like i must be doing something wrong https://api.smartsheet.com/2.0/search/sheets/798272320235396?query="'Elliott'" returns { "results": [ { "text": "White cottage", "objectType": "row", "objectId":…
-
Re-importing Comments Fields after external data cleansing
We are planning to export a large Smartsheet data set to an external database for merging and deduping with a number of other data sets. we then want to re-import the enriched dataset back into Smartsheet. The challenge is that the curent Smartsheet has a large number of Comments that we don't want to lose. We can easily…
-
Sights: Revision Control/Tracking History
I am attempting to migrate & automate parts of my company's business process of creating and updating weekly, project slide updates to incorporate Sights (since we use underlying sheets for project tracking). Are there any best practices, solutions, or workarounds for revision control of Smartsheet Sights? I was hoping…
-
Linking parent & child "discussion icon"
Is it possible to link individual child "discussion icons" from a user(s) to the parent "discussion icon"?
-
Getting GroupMembers of Group using JavaSDK, Smartsheet API
Hey Community! I'm stuck at a certain point in my development process. I need to receive a list of all GroupMembers of a Group in Smartsheet. I tried the following: //First, getting all groups of our smartsheet plan and storing the result in variable grouplist //Iterate through all Groups... for (Group g : grouplist) { //…
-
Magento
Has anyone got any positive experience with linking Magento to Smartsheet? eg just to populate a sheet with orders recived etc.
-
Access resource view through the API
Hi team, Does anyone know if there is a way to access the Resource Views using the API? It would be huge if we could export that data programmatically (as we can do from the UI). Thanks
-
Automatically add rows when report refreshes
I have a report that's running every day against a single parent row to grab totals. A few cells of that one, single, lonely row. I'm looking for a way to automatically copy the report's information into another sheet daily, that way, over a period of 1 week, 1 month, etc., we can see the changes in the totals. This is…
-
Multiply total project cost by percentage to get sale price
Hello! This is my first post, and I know the answer is simple, but here it goes: I want to take a total project cost column and multiply it by a percentage that is inputted into another call, and have the answer populate an "Extended Price" column. Eventually I want to be able to add subtotals and do the same thing, but…