Hello,
I am currently working on a workflow where the input file needs to be updated more frequently. The challenge I'm facing is figuring out how to upload new data without modifying the workflow. Additionally, the new data needs to be mapped into a new tab in the output file. To help illustrate this, I've included two figures below.
Figure 1: Current Input file-
| Item | Color | Group | Amount |
| A | Green | I | 50 |
| D | Blue | II | 60 |
| B | Black | IIII | 75 |
| C | White | III | 80 |
Figure: Same input with new data (last two rows)
| Item | Color | Group | Amount |
| A | Green | I | 50 |
| D | Blue | II | 60 |
| B | Black | IIII | 75 |
| C | White | III | 80 |
| F | Orange | IIIII | 55 |
| G | Red | IV | 45 |
Now how can i add Item F, G into new tab in the existing output file.