Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Is it possible to have a developer build a custom button in smartsheets that can for example pull data from it ..into a document..
Is smartsheets open to being developed on? I have the business package.
Hi Deirdre,
While you won't be able to change the Smartsheet application (e.g. adding buttons to the interface), a developer could create the functionality you are looking for using Smartsheet's API (Application Programming Interface), which is essentially a series of functions/operations/tools allowing data to be moved in and out of an application (like Smartsheet).
The most likely scenario is that you'd embed these "buttons" in the document itself.
Kind regards,
Chris McKay
Hi Deirdre.
Depending on what you want to achieve, you could maybe use a service as Zapier or similar. You could also connect Smartsheet to Google Docs.
Can you provide some more details?
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant / Get Done
Hello Chris and Andrée,
Thanks very much for your responses. I want to generate a documents from our sales sheet.
The document is a simple purchase order for our suppliers. So it will contain data directly held in the sheet (and some other address info but I can figure pulling that in later).
Order Number:Date:Product:Delivery Address: (based on customers address)
Somehow I'd like to auto create these documents, doesn't matter if there is a button on each row, although that would be nice.
I am aware of zapier(I'll look into this a bit more) and webmerge (we could be generating 100+ so bit expensive).. but wondered if a developer can just build something simple for me. What language is used? I'm sure that is all documentented somewhere..
Thanks,
Deirdre
Hi Deirdre;
I think that I missed your answer. How did it go? Is it solved?
Andrée Starå - Workflow Consultant @ Get Done
Yeah it is. Depends on which technology you are working on.
Hi, We are a developer and building a custom web platform for one of our client who is using smartsheet. Our platform needs to get data from smartsheet and need to show the data in our custom UI. Could anyone recommend the APIs we should be using for this?
This solution updates a column formula across multiple sheets in a workspace. The script finds all sheets with a certain string in the name, finds a certain column by name on those sheets, and then updates all column formulas to a new column formula. At the time of posting, Control Center Global Updates did not allow me to…
We have a webhook created in one of our Smartsheets, and we've been noticing lately that the webhook callbacks immediately disables the webhook after 1 try, causing data discrepancies between the Smartsheet and the system it sends the data to. Here's an excerpt JSON message received from Smartsheet showing the callback…