Hi, I have created a batch macro to combine data from different Excel sheets.
I checked 'output file name as field' in the template input since I needed the full path for the sake of data categorisation and transformation within the workflow.
Assuming I have re-named the file path as 'Full Path' within the workflow, I run into an error "The field 'Full Path' is not contained in the record" (for each worksheet) when I try to run the batch macro to update data from the different Excel source worksheets.
I think this is as a result of the renamed path having a different string/ worksheet name from the update parameter string.
Does anyone know how I can make the batch macro work and have the path updated for each worksheet?
Thanks.