hi,
I am working on usecase where I need to send email to teachers, with table data. I have specific template in .docx. in that there are few paragraphas then there is table, with heading and it can have 1 row, 2 or 3 or may be till 7 8 . it is dynamic.
In attched excel, 1st column is school ID, I have added data to Orch , each row is transaction.. So as per teachers ID we need to send mail. I have developed the scenario where I am able to send mail as per each row, I was not aware 1 teacher can have multiple subj. that there should be 1 each per teacher. table row can increase.
please suggest solution, how can I use 1 row as transaction and how i can send 1 email per teacher code ?
I have the data in xlsx as well, can I take trasanction from queue and then filter excel? but then what if same teacher code appers in next trasanction then it will be double mail.
need help
- on logic
- how to make dynamic table and pass variable from excel rows or transaction item?
- How to add 1 extra blank column in table in body of email
- how to send email using SMTP, can I pass this to smtp as that is only allowed
Body of mail,
Hi teacher,
please fine feedback and add your comments
| SchoolBranch | TeacherID | Subject | Feedback | Comments | YourView |
|---|---|---|---|---|---|
| 100 | T1 | M1 | RERWE | FVCXV | |
| 100 | T1 | M2 | RRW | VBCB | |
| 100 | T1 | M11 | DFDFG | GBGBGBFGHNF |
thanks
ff
fsfsf
Input.xlsx (9.2 KB)

