Hi Everyone!
I am having problem trying to extract the email body from the Email Listener. Basically, what happen is i can extract the email body from the Email Listener if there are no attachment. However, if there is an attachment, i can only get the attachment, but no email body. Here is what my flow service look like:
getTransportInfo
createMimeData
getNumParts
Repeat (step)
getBodyPartContent
streamToBytes
bytesToString
appendToStringList
addInts