I'm facing an issue with my workflow, and I hope you can help me.
In my input file, I only have one row of data, like this:
SEE ATTACHED EXCEL FILE "input_dynamic_rows".
I need to dynamically add two additional rows to the output table, with the same "Type" and "Company Code," but with the "Sums" fields set to zero. The result should look like this:
SEE ATTACHED EXCEL FILE "output_dynamic_rows".
The challenge is that the solution must be dynamic. I won't always know which "Label" will be in the input file. For example, one day it could be "IC_export_services," while on another day, the input could have two labels: "IC_export_goods" and "IC_export_services."
However, the output table must always include these three specific labels:
- "IC_export_services"
- "IC_export_goods"
- "Tax on goods & Services 10%"
Can anyone suggest a dynamic approach to achieve this?