Sign in to join the conversation:
hi team, I need help with removing the overheard data from the Smartsheet api call that returns a json file, I need to remove all the overhead before putting the data into the pipelines, thanks.
Hi,
You can't do that in smartsheet, although using few regex you should be able to remove column ids, rows ids from the json content, such as :
We are trying to enable Oauth for Smartsheets to read data from our application. We are trying to create an application but unable to find Developer tools option Could you please guide us if there are any steps to follow to enable developer tools?
Based on info available in the changelog (specifically https://developers.smartsheet.com/api/smartsheet/changelog#2025-08-04) ) for some endpoints offset-based pagination is being replaced with token-based pagination. Is there a list of endpoints that will be impacted by this change? I am trying to stay ahead of this and…
We are currently using the Smartsheet API to export and send a sheet as a PDF via email as part of an automated workflow. While generating the PDF, we are able to specify the paper size (for example, A4 or A3). However, we are facing limitations with the following formatting controls: Orientation We are unable to…