-
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: Using the API to get attachment URLs
You make a call to https://api.smartsheet.com/2.0/sheets/$Sheet_ID?include=attachments substituting $Sheet_ID for the sheet ID and get the attachment id for each row Then call https://api.smartsheet.…1 · -
Re: Deactivate form after set # of entries/submissions OR by date
Have you tried using Google Forms and using the smartsheet connector to tie the data to your smartsheet? https://www.smartsheet.com/marketplace/apps/google-forms Google forms will let you “Disable on…2 · -
Re: Slack Channel Notification for Sheet Access Request
Are you receiving the notification via email? You can set up a filter (in Outlook or Gmail) to forward the email to slack. In slack you can set up an email address for a channel: Not the cleanest but…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 ·