-
Darshan Hiranandani - How can I handle errors and exceptions gracefully in APIs?
Hi, I'm Darshan Hiranandani - How can I handle errors and exceptions gracefully in APIs? I'd love to hear your suggestions on effectively managing errors in API development! Regards Darshan Hiranandani
-
ServiceNow SaaS licensing integration with Smartsheet
Hello Community, We have successfully established the connection with ServiceNow. However, when attempting to pull user subscriptions from Smartsheet, we encountered an issue where only some users' subscriptions were retrieved, not all. Subsequently, an error occurred indicating:{"errorCode":1013,"message":"The operation…
-
Shared mailbox does not receive notifications from requests submitted via smartsheet request form
Hi Team, Hope you are doing good. We have built a request form in smartsheet for stakeholders to submit requests to us. When testing, we noticed that when the request is submitted from a shared mailbox (within the company), the mailbox does not receive notifications about request changes/comments added to the request. Many…
-
Having Difficulty with Smartsheet API in Excel
I'm looking for examples of calling the Smartsheet API from Excel. I can't seem to get the syntax right.
-
Automatically creating new columns when import data from API
When using API to fetch data from other platforms and import into SmartSheet, how to automatically create new columns, if there are more columns in the data than the target sheet on SmartSheet (right now, importing data from API to SmartSheet need to specify column ID, but when we have a dataset with many columns, this…
-
Add Retry Logic to Bridge API
Bridge doesn't have a mechanism to retry a workflow when it's stopped by error. Smartsheet should improve Bridge, so that a workflow which is stopped because of either a timeout or sheet lock is retried until successful. This can happen when you have competing processes (e.g. DataMesh, Pivot, Automations) which temporarily…
-
Populating Multi_contact_List column through Alteryx
I have an Alteryx designer reading in tasks from multiple smartsheet schedules that have a responsibles column with multiple contacts. I want to rewrite those contacts into the one schedule I am writing to, but when the contact is read in, it is converted to TEXT_NUMBER and Alteryx won't let me write to the Multi Contact…
-
Which role of user can create a webhook
I community, I need to build an app that connect to smartsheet via webhook. My question is the smartsheet plan and user role required to create webhook
-
Is there a way to grab attachments from a new line in smartsheet and merge it with the print file
Hi, I have been trying to work on a system that will automatically take attachments from a new line in smartsheet and be able to merge it into 1 pdf file with the print pdf of the smartsheet line. I have tried using power automate to computerize this process, but there is no option for me to grab attachments. I have…
-
Unable to input external data to SmartSheet through API
Hi community members, I'm working on a project to fetch our students' quiz score data from Blackboard, an education platform, and send it to Smartsheet using the API. I've successfully retrieved the data from Blackboard and prepared it for transfer to Smartsheet, ensuring the data is correct and the column IDs match those…