Ler E-mails da fila do orquestrador

Gostaria de saber como posso ler um E-mail da fila.
Tenho um Get E-mail onde me retorna uma lista de todos os E-mails não lidos.
Gostaria de adiciona-los na fila do Orquestrador e um trabalhando um por um.
Alguem tem alguma sugestão ?

image

@Alexsandro_RPA

Queue items does not support mail type …they support only basic types as of now…like string integer…boolean etc…

So for this ehat you can do is…use get mail…and in loop add the unique identifiers for each mail like subject…time and from or to… etc and store those drtails in queue item

Then use get transaction and get these details…and then use get mail again but with filters now to get only the mail which matches the subject,from/to,time etc which we stored in queue already

Hope this helps

Cheers

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