-
API to modify FORM "Label"
I have to update 250 form labels on a single form. Is there ANY way to do this automatically? I am dreading doing this manually :) There doesn't appear to be any API functionality for forms according to the documentation. Am I just overlooking something or is this not possible? Thanks!
-
Why doesn't the column filter work in "Get a sheet data (dynamic schema)"? [Power Automate]
Setup: Configure dynamic schema block to extract only one column: Expected Behavior: The Power Automate Block returns an array of my rows with only the selected column values included. Issue: All columns are included, notwithstanding the setting. Here you can see at least 2 columns, but take my word for it that there are…
-
Issue with Fetching Comments from Smartsheet API in Python: 'No Attribute' Errors
I'm trying to extract comments from rows in a Smartsheet sheet using the Smartsheet Python SDK, but I'm encountering several errors, particularly 'AttributeError: 'Sheets' object has no attribute 'get_row_comments' and 'Attachments' object has no attribute 'list_attachments'. After some debugging, I realized that the API…
-
PowerAutomate - Insert row
I am using the the Smartsheet Connector in Power Automate. It all works fine, if I am using "insert row" with a fixed sheet name. But if i want to use a dynamic sheet ID, am ask for row Can anybody help me, what values in which format I have to put in this field. I could not find any documentation.
-
API - Limit User Access to one report
I'm new to using Smartsheet and currently have access to one report. I’d like to access this report via the API, and I’m reaching out to check if it’s possible to get the necessary API access. However, I’ve heard from someone that API access can’t be restricted to a single report. I’ve looked through the Smartsheet…
-
Bridge: How to automatically add users to "Licensed Users Group" or "Other Users Group"?
We're trying to maintain a "group" of users in our Smartsheet instance who are Licensed, so that we can use Smartsheet to share Licensed-user dashboards with them. And if they're not licensed, they would go into "Other Users Group" for a dashboard highlighting features available to free users. Currently, we intermittently…
-
Is it possible to test code in a Sandbox, and not in the Smartsheet Production Environment?
I am VERY new to API's, Python, and Bridge. I'd like to test my scripts on our existing Smartsheet Data, but without the risk of breaking something in our Smartsheet Production environment. Besides me making mistakes, to run test scripts in our environment on production data, I need a change request and multiple meetings…
-
Smartsheet Integration with PowerPoint Office Timeline Pro+ Error
I keep receiving the below error when I try to Integrate my Smartsheet with Office Timeline Pro +. Anyone have a solution to this?
-
PowerBI "Failed After Multiple Retry Attempts"
Hi, I haven't seen this exact error on the forum, point me in the direction if I missed it. I have a Power Bi page running off Smartsheets data, nothing has changed in the past week apart from using Power Automate to schedule the Power Bi refresh. I don't believe this would have any affect. Since yesterday every time I try…
-
Background Color Formatting: Only Change First Row Background
Hi there, I'm trying to format a single cell in the first row of a sheet using the python sdk. I'm finding that all subsequent cells in that column show the same color despite no format being applied to them. I have tried changing the format string of them but they still seem to "inherit" the color of the first row. How…