API/Developers
Discussion List
-
Email (Outlook 365) into SmartsheetIn Using SmartsheetI'd like emails that arrive in an Outlook 365 inbox to be added as a row in Smartsheet. What's the best way to do this?
-
Smartsheet webhook subscope weird behaviorIn API & DevelopersI have a sheet on smartsheet that looks like this: I wish that when `test_trigger` column in the sheet got changed, smartsheet can send a notification to my AWS API gateway. So I use webhook with subscope to setup the notification. How…
-
Progress chartsIn Using SmartsheetHi, Can some one help me how to build a progress chart using smart sheet? Similar to the one shown below Once level is fine instead of shown 3 levels, would like to show particular day GREEN/RED based on ‘pending requests’ shown in the att…
-
Loop back to the start of a Bridge WorkflowIn API & DevelopersI am trying to build a help chatbot that our team members can use to quickly find help docs on various topics/processes. For example the chat would look something like this - If you answer yes I want the chatbot to loop back to the very…
-
I'm creating a form that will require hundreds of entries, how do I make this easy for the end user?In Apps, Integrations, and Add OnsI'm recreating a form that was once a multi-tab excel spreadsheet. This link will be hosted on our webpage and will require users to list up to hundreds of names. What is the most efficient way for them to do this? Should I have them attac…Answered - Pending Review 54 views 4 comments 0 points Most recent by Andrée Starå Apps, Integrations, and Add Ons
-
Planview to Smartsheet Data IntegrationIn Apps, Integrations, and Add OnsHello, I have a Planview data that I will be needing to directly and automatically populate in Smartsheets grid. Is there a way to connect these data apart from the option of having to export excel from Planview then import excel to Smart…
-
VLOOKUP/JOIN/COLLECT - Need help combining groups of emailsIn Formulas and FunctionsGood afternoon, I am stumped & hoping someone can help. In short, I have a Reference Sheet with the contact info and a Communication Plan Sheet. In the Reference Sheet, I added an Address/Filter/Email List column. The Email List is gro…
-
Nonprofit looking for assistance expanding template setIn Using SmartsheetHello All, I'm in Operations at a nonprofit. I am hoping for assistance in building out the Template Set for Objective and Key Results (OKR) Tracker. The template set is built for 5 objective. I need it built out for 12 and I am running…
-
Python SDK - 'Field "null" was of unexpected type' when creating a webhookIn API & DevelopersI'm trying to create a webhook using the smartsheet-python-sdk (2.105.1): webhook = Smartsheet.models.webhook.Webhook( props={ "name": "[redacted]", "callbackUrl": "[redacted]", …