Was wondering if anybody has a solution to email multiple tabs in the same spreadsheet out of Alteryx Gallery?
The input data is formatted as the following:
| Customer | Sheet |
| 123456789 | 1 |
| 234567890 | 2 |
| 345678901 | 3 |
| 456789012 | 4 |
What I would like to do is email one spreadsheet that has all 4 sheet numbers with the Sheet number being named by the value in the Sheet column
For example:
Sheet 1 would be called 1 and have the following column
Sheet 2 would be called 2 and have the following column
Sheet 3 would be called 3 and have the following column
Sheet 4 would be called 4 and have the following column
When trying to email the file I'm only getting Sheet 1 in the results. Any help would be greatly appreciated.