Hi,
I have an excel sheet that contains some questions along with the answers in “Yes or No”.
We need to send all the questions along with the answers who have “No” in the answer attached in mail.
Below attached is the image showing how it must look into mail.
→ Use the Read range workbook activity to read the Excel and store in a datatable called DT.
→ Then use the assign activity to store the Questions which has No option change it to a String format and store in a String datatype variable called MailBody,