REframework - email transaction Items

I’m trying to use REframework to read an email, save attachments and move it to a different inbox.
ATM:

I have changed the Variables : TransactionItem = mailMessage
TransactionData = list

and in GetTransactionData = get outlook message

the process keeps ending because of no more transactions… but the email is read and marked as read but not moved.

How do I make it see the transaction?

thank you

untick only read unread messages

is your Get Transaction Data like this?

out_TransactionItem = io_dt_TransactionData(in_TransactionNumber)

get outlook message should be here instead