Hello,
My data:
| student_id | status | date |
| 11101 | High | 24-05-21 |
| 22201 | Medium | 24-05-21 |
| 22201 | Low | 20-05-21 |
| 33301 | Low | 24-05-21 |
I would like to create an XLSX file daily for each date. That file needs to be like "Student_+[date]". So each date will have its file. For example:
Student_20-05-21
Student_24-05-21
Inside the file, I would like to have 3 tabs of each status (Low, Medium, High), which hold the same name for each tab (Low, Medium, High).
I was trying to achieve and it ran perfectly for the first tab on the workflow and after stop running at the second one.
Please advice.