I'm migrating a manual process we have into Smartsheet, and keep finding new hills to climb! : )
Essentially the process will result in document generation (PDF) after different team members submit info onto a sheet using Forms.
First, I found a formula solution that worked for me to combine all sheet data (from columns) onto a single row so that I could generate a PDF document from that single row. That's important, and it worked — for a minute..
Each column only has one cell with a value, so I used "=JOIN([column name]1:[column name]19)" to retrieve that one cell value I need from each column. (It's simple, but it works, and I couldn't find another solution to get the one row with all the sheet's data on it.)
Here's where my problem starts (or continues, depending on your outlook!):
I need to apply that "JOIN" formula to a new destination sheet instead (not the source sheet) — after automation copies certain rows to that destination sheet.
The problem I'm having now is that the "move/copy row" action places rows onto the BOTTOM of the destination sheet — which I didn't foresee. So I tried moving my JOIN formula to the top row of the destination sheet instead of row 20, and have it start looking for data at row 2 instead of row 1. It just reads as UNPARSEABLE now. Same formula, just doesn't work from row 1 looking down the column for data?
At the end of the day, I need to be able to generate three different documents at different stages (or different data from same sheet), and all the data for each 'doc' has to be on a same row to do this (and also it's preferred if that occurs from three unique destination sheets —one for each document).
This is the earliest doc in the process, and I am stuck..
Thanks for any assistance!
Sharon