Trending in API & Developers
-
Share solution? Find and replace text in a Sheet (including inside formulas)
I’m trying to build a solution that can search for a specific text string in a Smartsheet — and replace it with another value — across all cells in the sheet, including inside formulas. I'm trying to find a way to "Replace text including in formulas" since this feature is not available within Smartsheet. I've been told can…
-
Issues with Excel from using Power Automate
We are trying to use Power Automate to pull in Excel attachments from email and put into One Drive, so we can then utilize Data Shuttle to pull in the data. For some reason it does not allow us to open the document, but it opens fine in the email. We have researched and have not found a fix for this issue. Does anyone have…
-
Smartsheet API- Add Image To Cell
I'm trying to write a python code with the API that will add an image to a cell but I continuously get this error message. I'm trying to use this endpoint: POST /sheets/{sheetId}/rows/{rowId}/columns/{columnId}/cellimages based on this: https://developers.smartsheet.com/api/smartsheet/openapi/cellimages/addimagetocell