-
Collect Multiple Sheet IDs
What is the best way to collect a listing of a few hundred SS ID's that are located in 1 workspace but multiple brands and project folders?
-
Adding a row via API using cURL adds blank row
Hi all: I'm attempting to add a child row to a sheet using the API and cURL. It took some time but finally, taking information from chatgpt and other sources, I was able to get a row added as a child in the proper place. However, the row is blank and not taking the values I am setting. curl -X POSTβ¦
-
Converting Cell Text to Hyperlink
Hi. I have a formula in a cell that generates the name of a course using text from other cells (e.g.,Β BUS-430-BL-6W-1D-Master). FORMULA: =LEFT([Subject + Course]2, FIND(" ", [Subject + Course]2) - 1) + "-" + RIGHT([Subject + Course]2, LEN([Subject + Course]2) - FIND(" ", [Subject + Course]2)) + "-" +β¦
-
Downloading Attachments from a Sheet with API
Hello Smartsheet Community! I need help downloading attachments from a sheet that currently has a little over five thousand lines and manually downloading isn't ideal. I was able to extract the metadata for my sheet and revising the documentation for the Attachment Object I was able to extract the attachment id and otherβ¦
-
Bridge parent workflow trigger not passing through information to child workflow
Novice Bridge user, so apologies in advance if this is a elementary inquiry. I am following the Engage '24 workflow for creating multiple rows from a single form entry and I'm stuck at the Child workflow. The Parent Trigger is set, but when I run the parent workflow, none of the parent data passes through to the child. Iβ¦
-
Name fields missing from User and Share objects?
Hello, I am making a couple requests through the API to get the users on the account and a shares for a specific sheet. The documentation says that objects returned for shares will have a name, and that the objects returned for the user objects will have name, firstName, and lastName. However, I am receiving responses thatβ¦
-
Office Status Calendar
My company has been researching on how to track the status of the employees working in office. We created a sheet where each day of the week, not including weekends, is a dropdown column with the choices of: β’ IN OFFICE β’ REMOTE β’ OUT OF OFFICE We also use conditional formatting for each column where if it selection is INβ¦
-
Limitations of Using includeAll=true in the Smartsheet list sheets API
hi team I saw in the documentation that using includeAll=true can return all data, such as the list sheets endpoint returning all sheets without pagination. Iβd like to know if there are any limitations to this. For example, is a very large list supported, such as one with hundreds of thousands of sheets? Best wishes Buren
-
Documentation Discrepancy in "List Report Shares" API Parameters
Hi Team, I hope youβre having a great day. I have a question regarding the List Report Shares API and its parameters. The documentation mentions using sharingInclude=workspace, but it seems to have no effect on the response. Upon reviewing the Java SDK source code, I noticed the parameter include=workspaceShares is usedβ¦
-
Warning Banner?
I need to have a warning banner available any time someone opens Smartsheet. I'm thinking similar to when Smartsheet announces changes or upcoming events. I have a Welcome screen set up but that is only once (unless I reset it). There are places that I have built in the warning (i.e. top of the dynamic view and on someβ¦