Hi i need help creating a workflow that will run once a week. based on the poject plan created, there are 52 total tasks in the plan and 9 people are tagged to various tasks. essentially the workflow will read the excel table(Project plan), and send out an email to each of the 9 individuals the status of their task. the status of their task is in column Q of the table and is the "Overall Status" field in the table.
For example if John Doe is assigned 15 out of the 52 tasks the workflow would need to be able to determine which 15 of the tasks are john doe's. the owner of each task would be in the "Owner" field of the table and the name of the task would be in the "Task" field. it would then in an email create a summary of the 15 tasks john doe is tagged to and the overall status of each task. I was thinking the summary would be a HTML Table where the first column would be "Owner" and have the owner name and then a second column for "Task" and then a third column for "Overall Status".
i was able to get this to work but the complicated part is having the html table be unique to who the owner is as each owner has different amounts of tasks tagged to them. the reason why the html should be unique to each owner is so everybody is getting a huge table with every single task's status. so addititonally the email would have to be sent to each distinct email assoicated with the owner only. i.e. John doe would only get an email for his tasks and the html table in his email would not include the task of others.