I am a bit stuck with a pretty simple problem.
I have multiple sheets in an Excel file and want to import all using the input + dynamic input tool, but want to add the sheet name to every data row.
Example:
Sheet: Books:
Sheet Videos:
Goal:
| Key | Value | Category |
| 1 | A | Books |
| 2 | B | Books |
| 3 | C | Books |
| 4 | D | Books |
| 5 | E | Videos |
| 6 | F | Videos |
| 7 | G | Videos |
| 8 | H | Videos |
What's the best/easiest way to do it?
You'll find a sample file attached.