-
Enable File Handling in Bridge
Make it possible for Bridge to hand files as variables and results from actions. The example being a SharePoint API call returns a file that will then exist in the reference data of that complete action. This file/reference could then be used in future actions such as another API. My scenario required the use of the…
-
Can Bridge use Smartsheet APIs with HTTP Call Utility Function?
Hi, I'm trying to manage some automated attachments of files to rows in Smartsheet. I've gotten to the point of retrieving the file from its source and am ready to upload it to a Smartsheet row via API. I also have this API request working in Postman. Where I am struggling is when I try to implement this API request in…
-
Drag and drop an attachment is not work and their isn't an option to upload from my computer...
So, my drag and drop is not working. I grab the file, drag it over, looks like everything is fine, but when I drop it, it just disappears. No attachment, no message, no nothing... We don't have/want a Brandfolder account so the only way I can add an attachment is by using a link? Anyone else having this problem?
-
Adobe Document Signatures
Is Adobe available to integrate with Smartsheet for the purpose of document signatures? Current workflow: Form submitter uploads a document to be signed by 3 individuals Tier 1 - download, sign, save, upload Tier 2 - download, sign, save, upload Tier 3, download, sign, save, upload, route back to submitter This is a lot of…
-
Allow copy of a direct link to a specific attachment in a row
I would like to suggest an enhancement to copy and send a direct link to a specific file Attachment to a row, when there are multiple files attached to the same row.
-
Attachments sheet to dashboard.
Is it possible to do so that the attachments attached to the sheet would be automatically seen in the dashboard ?
-
Attachments vs Discussion with Attachments
Am using below Smartsheet API to get all the attachments. It brings the attachments from attachments and attachment available under Discussion. No problem in that. smartsheetclient.Attachments.get_attachment(sheet_id, attachment_id) While deleting the attachments using the below API. Here the problem is attachments section…
-
Sending attachments via e-mail
Is there a way to automate sending attachment (attachment in row) to specific e-mail, when a new row is added? Maybe through Smartsheet workflow, or Microsoft automate?
-
Smartsheet Attachments into Sharepoint
Hello, We have a need to copy/move all smartsheet attachments into SharePoint, and are running into issues. Has anyone any experience in doing this, and if so, what have you found to be the best solution? Thanks
-
Is there a formula that can check if a row has an attachment?
I have a dropdown, single-select column that describes the type of action item listed on that row. For example: If someone selects the Star symbol on that row, the column formula calculates that the action item is a Milestone and returns the "Milestones" option from the drop-down options. I would like to indicate when an…