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.
Solved! Go to Solution.
Do you have a screen shot of your configuration of the tools before the macro, and the config of the macro itself?
Hope this helps
Try to check the Questions Tab in the Macro Configuration Window.
I think you need to re-map the field since you changed the filed name.
I have the attached set up. Any pointers?
I agree with @Qiu . It looks like the field name your macro is looking for is not the field name that contains the full path.