Hi,
There is a workflow relating to a school. The school has 20 Classes (let us denote these by A, B, C, D and so on). I have to create a workflow that sends out an email report weekly to the respective Class Teacher with relevant student data.
Overall workflow:
1. There is an input tool that gives full school data.
2. ?? Filter tool that says Class = "Class A" ??
3. The set of tools that create my report (the format remains same for all classes)
4. Sending out 20 emails with different recipient (being the respective Class Teacher)
The issue is that I do not want to put 20 different filter tools in #2 and then repeat all #3 tools 20 times to send out email. I want to make the canvas efficient so that in some way I can use the same set of tools in #3 to generate 20 different reports with different recipient.
Please advise if there is any way.
Thanks.