-
How can I avoid reload of ID's that have been moved from active sheet to archived sheet
Dear, I have a sheet in which I'm uploading errors, which then need to be handled by other members. Those loaded errors are repetitive loaded for 14 days, but when a member is actually telling the error is closed it is moved to an archived sheet. Due to that move the error is fully reloaded in the error overview on next…
-
Which formulae is it to compare 3 values and give me 1 of 3 different text options in a cell?
I have created a form that populates a sheet and the form asks multiple questions and then the sheet uses the answers to create 3 costs, so far very simple. However I want another cell to automatically display a result based on the 3 costs provided. I'm a contract manager and I will have 3 options I wish to display they…
-
Auto move a row to become a child row?
I have set up my own annual leave system using Smartsheet and the approval workflow. The employee has to complete a form which then inputs the data for their line manager to approve or decline. However all entry's are added at the bottom of the sheet and then above them are master(parent) rows with children under them with…
-
Copy Row on Last Day not working
I have a sheet with a single row of data: Primary / Date / Count of <type1> Projects / Sum of <type 1> Project Days / Count of <type2> Projects / Sum of <type 2> Project Days / Total Projects / Average days Primary column has a 1 in the cell. The rest of the row cells are formulas. Date is =today(). I want to copy that row…
-
Column Specific Update Webhook Examples
I have successfully enabled a webhook to communicate with an Azure HTTP Trigger function which will run a Python script and perform other actions. This webhook only looks for row adds. I need a webhook for looking for an update to one column but don't understand the API documentation for scope and subscope. Does anyone…
-
Automation triggered by INDEX / MATCH cell value changes
Howdy - I feel like I've tested this every which way but didn't want to throw in the towel until I asked the community. Is there any way to run an automation (specifically "Copy rows to another sheet") based off a changed value via column formula INDEX / MATCH? My goal here is two fold: limit the number of columns added…
-
How to stop Auomations from combining two form entires
I have a Smartsheet form that when submitted triggers and automated email. However, if two forms are filled out within a minute or two of each other it combines both entries into one automated/combined email that is sent out. I want each form submitted to have its own automated email, how do i turn off the "combined"…
-
View Only Access to Subset of Columns
I'm looking for way to allow a restricted view (sub set of columns) to and an external organization (I've set up a View Only user group). 1st try: Create a report with just the columns - FAIL. I still need to grant the view only permission to the source sheet 2nd: Create a 'query sheet' that 'VLOOKUPS' just the columns -…
-
CONTACTS NAME TO APPEAR IN CELL NOT THE EMAIL
I am trying to run an automation workflow "ASSIGN PEOPLE": Trigger = when rows are changed/TASKS(column)/Changes to/any value/when triggered Condition=TASKS(column)/is not blank Action-Assign people=EXPEDITOR(column)/a contact The expeditor column is set up for contacts. When I run the automation it pulls up their email…
-
Why does my alert keep pulling in the parent row?
I have set up an alert to notify me when a row changes, but instead of it just sending me the rows that were changed, it's also including the parent row (ROW 113 in example), where no changes were made. The 'Objective' column that I'm bringing in uses the =PARENT(OKR@row) formula so that I know which objective the…