API/Developers
Discussion List
-
Seeking consultantsIn API & DevelopersWe're an organisation responsible for government facilities management, asset management and projects . We currently use Smartsheets but require refined and custom built business solutions to assist in business operations. We're seeking ex…Answered - Pending Review 73 views 3 comments 0 points Most recent by Darren Mullen API & Developers
-
Can I start multiple workflow in the same time and using same form?In Using SmartsheetI am tyring to make an ERP system. I created workflow to approved from the purchasing department and its department's manager with email. However, i want to add multiple items in the same time and same form to approved(in item code column)…
-
how can add multiple approval request in the same row and cell using workflow?In Using SmartsheetI am tyring to make an ERP system. I created workflow to approved from the purchasing department and its department's manager with email. However, i can add multiple items in one time to approved(in item code column). How can it possible ?…
-
How can I log a timestamp of a cell change?In Formulas and FunctionsI want to add an automation rule to write a timestamp of when a cell value changes, I know I can use the "record a date" automation to get the date but is there any way I can get the exact timestamp similar to the "created a…Answered - Pending Review 245 views 3 comments 0 points Most recent by Bishoy Mansour Formulas and Functions
-
Manual Workflow Trigger for Time Base AutomationsIn Using SmartsheetHello all, I was setting up a Workflow to trigger based on a condition at a certain time of day. It did not work, which is fine it was a test, but now in order to run that same test again, I have to move the trigger forward an hour and wa…
-
Building A Test Package In SQL Dev That Writes To A SmartsheetIn API & DevelopersHello, I am attempting to build a package in SQL Dev that takes data from a table in SQL Server and inserts it into a Smartsheet. For example, I have three lines of data in a table in SQL Server that I need to have added to a Smartsheet ta…
-
How do you access user data once authentication is made in OAuth flow?In API & Developerscontext: I integrated a Node.js Smartsheet Oauth flow into my Django app by having the login button in django direct the user to the /auth url on the Node server. Once the flow is done and user logs in through Smartsheet, the redirect URL …Answered - Pending Review 33 views 1 comment 0 points Most recent by Dowbuilt Automation API & Developers
-
Delete and Lock rowIn API & DevelopersDear All I would like to know. Is it possible, if I want my team can edit the row but they can't delete it?
-
Trying to delete a large number of rows trough APIIn API & DevelopersHi I am using the Node JS SDK to delete the content from a sheet. It works fine but for a lot of rows it fails (I have tested with a minimun of 1000). I get an error that says that the request is to large for the server. I understand what…
-
Querying API for 10000ft Time EntriesIn API & DevelopersHi, I am wondering if it is possible to query the 10,000ft API to retrieve time entries using parameters to limit the results to only include approved time entries after a certain date. To this point I have not had success passing in param…