I try to create a email queuing system for my robot. It does not work because i can’t use boolean? What do i do wrong?
Hi!
Can you paste here the full Condition, please? And the error you’re getting(hover over the blue icon).
Hi @andnesper,
Can you tell us the content of Condition field ?
If you want to know if there are new emails, the condition could be newMail.Count > 0. Note that the “Get outlook mail messages” activity returns a List of MailMessage.
Regards.
Masiré
2 Likes
Thanks! This worked, i did not used the newMail.Count > 0
Welcome back @Masire mate ![]()
1 Like

