Dear Community,
Im struggling a bit with the design of a batch macro;
I created a workflow that can process a certain type of reporting.
This reporting is an xlsx file, that exists for each country. All the reportings have the exact same structure and design (one file per country)
I have created the workflow to process the reporting for one single country. I have turned this workflow into a macro.
I need the batch macro to perform a dynamic input, processing all the reporting of all countries and aggregating all the data in a single output.
In order to do so, I need the "control Parameter" tool to update the full path of the file that is used by the "Input data" tool of the main workflow.
I get the following error The node "Properties" is missing the child node "Configuration" that I do not understand.
Please see attached:
- Macro - workflow One-stream P&L.yxmc : this is the main workflow that processes the reporting. I need to have the dynamic input, therefore I have applied a Control Parameter
- List of full path.Yxmc: this workflow edits the list of all the existing full path tha tI need to have applied in the "input file" of the first macro.
Many thanks for your help.