Can you build values in Input Expressions that are combinations of other input fields, which are then loaded in the target Sheet?
I'm trying to build the key to my Sheet from the combination of fields from my input csv. My Data Shuttle configuration has the correct source, target and mapping. The target Sheet has a primary "Employee Key", which is a combination of Employee ID and Job Code. I added an input expression of Employee Key 2 = [Employee ID]@row + [Job Code]@row, and Employee Key 2 is mapped to the Employee Key field in the target Sheet. When I run the workflow, it quickly finishes and there are no errors nor records in the target sheet.
Hope this makes sense - appreciate any advice.