Per Line of Message Body to Per row of Excel

Hello, i am new here and i am having trouble with taking the per line of outlook message body and put it into excel row. I only manage to get the whole body and put it into one cell. But i would like to have each line per row. Please help.

after getting body use splitString activity(if available in your studio) else use Arr=Split(str, “Environment.NewLine”) then you will get an array that you can write it to a data table where you can get your required output