Best Of
Power Automate - Post Attachments to Row/Sheet
Hello everyone!
I spent WAY to long looking for this answer so I thought I would share it with the Community in hopes of helping someone else.
Problem: Adding attachments to rows/sheet is not possible through the standard SmartSheet Connector
Solution: This can only be done by creating a Custom Connector. It CANNOT be done through the HTTP request. As of writing this, here is the relevant information. On the
General tab
Scheme: "HTTPS"
Host: "api.smartsheet.com"
Base: "/2.0/"
Security
Authentication Method: API Key
Parameter Location: Header
The rest of the info is up to you.
Definition
Url: https://api.smartsheet.com/2.0/sheets/{sheetId}
Headers: Content-Type and Content-Disposition
Body: This must be edited in the swagger editor after creating Action. The body should look like this
" - name: file
in: body
required: false
schema:
type: string
format: binary
"
Be sure to format it consistent with the rest of the Yaml.
The rest of the info is up to you.
Finally Update the connector. You should now be able to use this custom connector in your flows.
Your Atachtion should look like the example below. Key items, you will need to know the Content-type. If you are using ShareFile, you can get it directly from the "Get File Content" step. Just be sure to drill down from the body, ie. @{body('Get_file_content')?['$content-type']}. I used the Get File Metadata step to get the file name. You will need the file extension but not the folder path. Finally, the File MUST be in Binary. If your file is in Base64, use the following: @{base64ToBinary(body('Get_file_content')?['$content'])}
I hope this helps!
Re: SLOW everything runs very SLOW
I know this is an old thread, but are we still seeing very slow performance in sheets?
Re: SLOW everything runs very SLOW
100% THIS!
Our work slows so much when it takes 5 minutes to save or we can't move a row. Don't tell me to reduce the complexity or shrink my sheet. Fix the underlying issue on the back end. Do they need more servers? Do that! I use Starlink and have super fast speeds. I shouldn't have an issue simply saving a sheet or moving a row.
Megan.Casto
Re: How do I get the sum total to appear at the bottom of my group?
Any updates on having the ability to move the summary totals to the bottom of my group in a report?
Jennifer Boswell
Re: How do I get the sum total to appear at the bottom of my group?
Is this a thing yet?
Ability to add another action beyond change cell value
I would like to be able to say add a record a date action after a change a cell value. For instance, I would like to change the cell value to the person being escalated to and then record the date that the escalation takes place in an escalation date column.
When I choose to change the cell value first, then there is no option to record a date. If I choose to record a date first, then I don't have the option to change a cell value.
I created a separate automation for the record a date, but to me it would have been simpler to have been able to include it in the escalation automation.
If this is already a possibility, please let me know.
Thanks
Freda
FTesseneer
Exporting Attachments to Google Drive
Smartsheet is very useful for collecting data through forms from non-users and organizing it in a database, from which automations can be run.
The "generate document" automation is one I use particularly frequently. It's very helpful in making "receipts" of the most crucial information for other parties to review in a format they can easily review, while having other data stored usefully in the data sheet.
Right now, other parties like administrators/leadership, don't want to utilize smartsheet unless absolutely necessary. Use of the software is mostly relegated to us support staff. When reports are too much information or too tedious, a generated document works.
Right now there's no way to integrate the attachment files generated through automations and put them into google drives. Through data-shuttle, one can export spreadsheet data from smartsheet to google drive, indicating an understanding that there's a need for smartsheet data to be available elsewhere. It would be incredibly helpful if there could be a function that would allow me to automatically export auto-generated attachments to assigned google folders.
Re: Every Timeline widget tied to a report has stopped working
I'm seeing the same error on the timeline widget in my dashboard that's referencing a report.
Re: Can Smartsheet deactivate a link to form after specific time ?
There is currently an enhancement request for deactivating a form after a set # of entries or by date - if you would like to add your vote.
Thanks -Peggy
https://community.smartsheet.com/discussion/94805/deactivate-form-after-set-of-entries-submissions-or-by-date/p1
Peggy Parchert
Idea: Expand BulkImportTemplate & User.csv to Support Full Profile Metadata
I am submitting a request to modernise the Bulk User Import/Export functionality. Currently, the BulkImportTemplate and the User.csv export provide only a fraction of the data required for effective enterprise user management, leading to significant manual overhead for System Administrators.
1. The "BulkImportTemplate" Limitation
The current template is restricted to: First Name, Last Name, Email, Seat Type, Group Admin, Resource Viewer, and Sys Admin.
To manage an organisation at scale, we need this template to support additional fields. My recommendation is to update the template to include optional fields for:
- Department
- Job Title/Role
- Company
- Group Membership (e.g., adding users to existing Contact Groups during the import process)
Proposed Mandatory vs. Optional Standards:
- Always Mandatory: First Name, Last Name, Email.
- Optional but Supported: All other profile metadata and permission toggles.
2. The "User.csv" Reporting Gap
The corresponding reporting function is equally limited. The current User.csv output includes basic status and roles but excludes the very metadata we need for auditing and resource planning.
Current Fields: Name, Email, Status, Sys Admin, Group Admin, Licensed User, Resource Viewer, Sheets (Owned), Last Login, Time Added, Trial Status.
Requested Update:
The User.csv export should be updated to include Department, Title, and Group Affiliations. Without these, Admins are forced to manually click through individual user profiles to verify if users are correctly categorised or assigned to the right functional teams.
The Business Impact:
For any organisation with more than 100 users, "Bulk" management should mean more than just adding an email address. It should allow for the complete setup of a userβs professional profile. Enhancing these templates would turn a multi-hour manual audit into a 5-minute CSV task.
Elon007
