How to get a MailMessage type value with Get Transaction Item

Hello,

I already did a Workflow Adding Queue items as “MailMessages” type of variable, but I’m unable to retrieve them using Get Transaction Item as MailMessages.

I want the whole mail, that can vary in attachments and strings.

Any ideas?

Kind regards,
Daniel

1 Like

Hi @vilardelld,

To my current knowledge, once you add an item to a queue, it’s going to lose the specific details of that transaction unless you specify what you would like to keep.

To fix this when you add an item to the queue, pass variables through ItemInformation via an argument. Then, when you retrieve the item back from the queue using get transaction item, you will be able to see the details for that specific transaction.

Use mailmessage.body to isolate the body. Let me know if I can clarify further. Use this foundation to expand and take advantage of the for each.
Main.xaml (8.1 KB)

Thanks,
Brad

1 Like

Thank you.

I used your example and managed to solve my problem

Really, thank you!!!

Kind regards,
Daniel :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.