Hi all! I've been trying to figure out the use of expressions in Data Shuttle but haven't been able to figure it out, so I'm hoping someone here will be able to help.
I have a sheet set up with a Data Shuttle workflow which pulls data from a report in Excel. In order to get a unique identifier, I need to combine the data in two columns (the numbers in either column might repeat, but never as a pair, so joining them together creates a unique ID for that row). Currently, I'm downloading the Excel report, opening it up, and adding a column using Excel's concatenate function to join those two columns together to make the unique identifier for Data Shuttle to use. I'm wondering if it's possible to use an expression in the data shuttle workflow to do that piece automatically?
If I were doing it in Smartsheet, I'd just be writing =JOIN(Name@row+Project@row), but I don't really understand how the expressions work with the Excel attachment and/or if this can be used for the unique identifier row.
Thank you in advance for your advice and feedback! 😊