Email Queue Item

Hi,
How to Read Queue Item Data and Send as Email body?

Hi @Aditya_Srinivas

You will get all the queue items at a time use ‘Get queue items’ activity. It will pick all the items in a queue.
If you will get the item one by one use ‘Get transaction item’ activity. It will get the queue items one by one from the queue.

1 Like

Thanks for the reply. But I also want to know that how to send that item as Email Body.

Hi,
are you want to send all queue items to mail or only particular item?

Hi,
I have got solution.