Hello All,
I have a sqllite file with multiple layouts. Currently I have 5 layouts and every time I run it, I get 5 individual email alerts per layout. I would like to combine 5 or more layouts into 1 single email. How to achieve this? Please guide me as I am new to Alteryx.
Input:

Current Output :
Like Below I am getting 5 similar emails for each row
| Data Process Report |
| 27-May-19 |
| |
| | | |
| |
| Files Processed | Processed | Count |
| Row1 Layout email | Yes | 984 |
Expected Output :
| Data Process Report |
| 27-May-19 |
| |
| | | |
| |
| Files Processed | Processed | Count |
| Row1 Layout email | Yes | 984 |
| Row2 Layout email | Yes | 120 |
| Row3 Layout email | Yes | 200 |
| Row4 Layout email | Yes | 100 |
| Row5 Layout email | Yes | 250 |
Regards,
Vp