Hello, I have a workflow that uses two, dynamic inputs for consuming two, different files where several of the column headers (fields) vary. The workflow is set up to where dynamic input #1 reads in the first file saved to a folder and input #2 reads in the second file. But for subsequent instances where these files are saved off, that order could change. Therefore, I'm trying to figure out the best way to dynamically change the field name so that the preferred header prevails. For example, one file may use the field name 'Rate' whereas the other uses 'Basis Pts'. Desired outcome is for the field to be labeled 'Rate' irrespective of which file it reads in. Somewhat of a junior user so prefer a solution that does not involve a macro. Any help is greatly appreciated - thanks!