-
Re: Update Request Customization - descriptions and headers like a Form
If you put the details (text and help text) in a helper column on every row, which you could do by an automation or data mesh, then you could include the details in the update buy using the {{field n…1 · -
Re: How to transform a Multi-select dropdown into multiple rows
If you are comfortable using the API you can grab the new line and the write out a line for each entry in the choices column. /marc1 · -
Re: Data Shuttle Data Mesh Schedule Run Times
I'd like to see linking data shuttle/data mesh workflow so you can set up a cascade. Fire off one workflow and when it finishes, the next one starts and so on. Then the workflows don't step on each o…2 · -
Re: How to Generate List of All Smartsheet Objects I can Access?
Do you have someplace you can run the API. A simple call: curl --silent "https://api.smartsheet.com/2.0/sheets?includeAll=TRUE" -H "Authorization: Bearer $token" returns data for …1 · -
Re: Automatically Sort Rows in Sheets
We solved this problem with the api. We run a single line curl command every hour curl --silent "https://api.smartsheet.com/2.0/sheets/$Sheet_ID/sort" -H "Authorization: Bearer $token&…5 ·