Problema
The parameters in a flow file could not be applied to the Input steps when using the command line to override the current (default) parameter values.
For example, a parameter is applied in both the input and output step.
And using a command line to override the parameter value in the flow.
Command:
"C:\Program Files\Tableau\Tableau Prep Builder 2021.4\scripts"\tableau-prep-cli.bat -t "C:\Users\nlu\Downloads\parameter_repro\parameter.tfl" -p "C:\Users\nlu\Downloads\parameter_repro\Parameters.json"Parameters.json:
{"YEAR":"2021"}
The output should use the [Input2021.xlsx] and output to [Output2021.xlsx].
However, when using the command line, the flow is using the default parameter value [2022] in the Input step.
The output file will look as follows: