I am currently using query list and getting the results of items meeting a criteria. Then I have it sending the results in an email. When the email comes across it takes the results and formats them as below:
Item 1; Item 2; Item 3; Field 1; Field 2; Field 3;
I want it to format like so
Item 1 - Field 1
Item 2 - Field 2
Item 3 - Field 3
Does anyone know how to do this?