-
When Power Automate inserts data in Smartsheet, how to work correctly with formatted columns?
I have a Microsoft Form that my sales team fills out when they win an order. I have created a Power Automate flow to create a new line in Smartsheet and insert this data. I am using MS Forms + Power Automate and not Smartsheet's form because it also performs other actions outside Smartsheet. However, on the columns that…
-
Callback URL in Smarsheet
Hello, I need to integrate smartsheet into other software, please let me know how I can find the URL. I tried to use inbound utility workflow URL but it is not working.
-
API times out
We had a recent problem where a sheet that we update using the API is timing out. While the rows and columns have not increased significantly, we are seeing this issue regularly. Is there a means to fix this? Has Smartsheet recently changed that interval? Thank you.
-
Bridge API?
I have a curious question. I saw in the Bridge Admin settings you can generate an API Key. It seems that bridge has an API that could be interacted with. Is there documentation for that anywhere? Could we use the "Bridge API" to do additional back end functions like changing a workspace name or workflow name?
-
How to get createdAt, modifiedAt and workspaceInfo with list reports call ?
Hi all, I am using this endpoint https://api.smartsheet.com/2.0/reports/?include=ownerInfo&includeAll=true&pageSize=500000 to get reports info but noticed createdAt , modifiedAt and workspaceInfo are missing. Can someone please help us here ?
-
Multiple query parameters using the API's Search Sheet Method
Hello, I need to find out the ID of a line where the column "Column1" has X value and Column "Column2" has Y value, that is, my query has two parameters. (column:Column1 "X" column:Column2 "Y") GET https://api.smartsheet.com/2.0/search/sheets/{sheetId}?query=column%3AColumn1%20%22X%22%20column%3AColumn2%20%22Y%22 I found…
-
Database, Infrastructure, Coding
What database is Smartsheet running on? (SQL serves, MongoDB, Proprietary, etc.) What cloud infrastructure is Smartsheet using? What programming languages can I use? (HMTL, JavaScript, CSS, JQuery, SQL expressions, etc) Are there built-in functions as well? Hope someone can help! Thanks!
-
Bridge Add columns based on values within multi-picklist
Overview: We are managing the schedules of providers / resources in Smartsheet where each provider may be licensed in a variety of different states (Alabama, Alaska, Arizona, etc.). These providers / resources currently enter their shift availability into a column with their name within a Centralized Availability Tracker.…
-
Bridge - Is it possible to get Workspace URL?
Is it possible to get the Workspace URL via Bridge? Tried using both Get Row and Get Sheet functions but only see the Workspace ID.
-
Failing to post date value to Summary field
I am working with the python sdk, and I cannot figure out how to post a date value. Here is a picture of what I am doing. where sum is a dictionary of posting data If I am trying to post a formula, I check that my "Posting value" has a equal sign, and then the formula goes there, and it posts fine. If I am trying to post a…