I am needing to output segments of a table to separate tabs within one Excel file.
Here is an example of the table where I need the data to output to a separate tab based on the Tab Name field.
| Vehicle# | State | Tab Name |
| CCAB9 | CA | 327 |
| CCAG3 | CA | 319 |
| CCAG3 | CA | 319 |
| JCEA1 | CA | 324 |
| JCEA4 | TX | 335 |
| JCEA5 | CA | 318 |
| JPFA9 | CA | 320 |
I have attempted to do this with the following configuration, but am receiving an error to specify sheet name. I have specified a sheet name of Sheet1.



