I have 2 inputs - A and B.
- A - folder with multiple files.
- B- single file
Based on these inputs I created a workflow. The output is based on a template file ( the headers are taken from the template file)
So the output should be basically 1 file for each input in A folder such that it has column headers from template and below that the data will be populated.
I am trying to achieve this but I'm getting only the data populated in the range. The headers are missing in their positions.
Can anyone guide me through this?