-
Add Attachment to Notification Email
I have a workflow set up so that a document is generated after information is submitted. I then want this document emailed - how do I do this?
-
Dyanmic Approach Help
First explaining it slightly, the yellow columns show the sum of the specific cells within the week, currently i do it using range with =SUM(Qty5:Qty10) for the first week. However i wanna make it dynamic such that if i add more rows it wont be a mistake with the sum. For example if i bring up 3 rows from the second week…
-
Attachment Link through Automated Notification Expiring After 14 Days
I see that attachment links are set to expire after 30 days or 100x clicked. It looks like this is referring to files sent manually through Smartsheet. I'm having issues with the links expiring after 14 days through AUTOMATED notifications. Is anyone else experiencing this? Is this a setting that can be changed through our…
-
Merged: Increase Expiry Limit for Attachment Links Sent from Workflow Automations
This discussion has been merged.
-
Avoid sending sheet link in alert, but I'll need to send attachment
In some situations, I want to send an alert to user with attachment in smartsheet. But I don't want them to see the sheet link and information like 'one row changed' The reason is as below: Some users alerted will be curious and click on the sheet link and apply for access which we don't want to give. The content and…
-
Link or Attach Google Drive file/asset in column
Is it possible to link to Google Drive files and have them appear in a designated column? I see that you can attach them to rows, but they don't really "appear" anywhere other than the little icon at the beginning of each row. For example, I want to have an "assets" column on my sheet and have all related files from my…
-
Link Columns to another sheet dependent on answer to question
For all exams listed on our Assessment sheet , if no incidents during the exam occur, is there a way to streamline by cross-referencing the Assessment sheet to populate specific columns in the incident report sheet instead of completing a separate report? I'd like a user to go into the assessment sheet, scroll to the…
-
Consolidation of Attachments from Multiple Sheet?
I have multiple sheet where data is coming through forms and each form has attachment option as well. My goal is to consolidate information into Master Sheet. I have successfully consolidated the information into Master Sheet but having problem with the consolidation of attachment. HOW CAN I CONSOLIDATE ALL ATTACHMENTS…
-
I need to generate a report
Hi All, Myself vinoth, Im working on a manufacturing company which has three departments, i have total four sheets which is Main sheet, Pre sheet, foundry sheet, post sheet, each sheet has his own data like section status and their plan date, target etc, totally around 10-15 columns remain same for all the four sheets, we…
-
C# API access to row attachments
Greetings, I have been able to use the Smartsheet C# API to access sheet and cell data without issues. I added an attachment to a row and attempted to get information about it via the API: // Load the entire sheet Sheet sheet = smartsheet.SheetResources.GetSheet(selectedSheetID, null, null, null, null, null, null, null);…