I have created a form to use as a replenishment order for consumable materials for technicians. Each item has been assigned it's own column as a single select drop down with varying quantities. The intention is to have the form completed and set with an automation that alerts a group email when a row is added to the sheet. I have seen multiple suggestions but have not been successful in getting this to work. The suggestions I see are compiling rows. The range needs to be from "[Column 1]@row:[Column 72]@row". I need to show the column heard "Part Number", along with the cell value "quantity" in an easy to read notification. Without using formulas the automation sends the entire sheet. The goal would be for the automation to only send the cells that are <> 0. This would shorten the list and greatly reduce misorders. Does anyone have a suggestion for a formula? Would "JOIN(COLLECT" or "COLLECT(IF" be a solution to compile the data into one column and assign that column to the automation? See screenshots below.
"Column 51" is being used as the compile column housing the formula. All columns are not shown, but this gives the idea.
Automation email example. The one time I got a formula to take it repeated the "is not blank" for every value that = 0.