For each email in ReFramework

Hi,

I have to perform a lot of activites on each email I download.
I have the list of MailMessage and I dont know how to implement it into ReFramework.

image

Am I doing it correctly? Or queue doesnt make sense if I have a list? But then how to tell the get transaction data to take the mails from this list?

Best Regards,
Marek

Hi @jeyekij306,

If you want to use queues, you can…

You can save email message name(as an example, shown below) in the queue and then get that name from queue, fetch respective message/file from the folder and process it.

Or you can simply traverse through all messages without using queues.

Regards
Sonali

Hi,
yes I want to use queues.
Just make variable “EmailName” and then add it as reference?

without using queues I should make lots of changes to the reframework, yes?

Regards

Hi @jeyekij306,

yes by adding emailName to the queue or by any adding any other related stuff you want to put on queues for same.

And answer to your another question regarding changes required without making use of queues, no they are not that much once you know what needs to be done.

I am attaching a sample template of re-framework which doesn’t use queues, you will see how its ‘get transaction data’ state is modified to retrieve data items from datatable instead.
ReFrameWork-WithoutQueues-main.zip (971.0 KB)

I am also attaching youtube video link which demonstrates steps to modify your re-framework without using queues(its a small video):

Regards
Sonali