How to check for unread mails?

Hi all

In a workflow where I only want to run if there are unread mails in the ‘inbox’, how do I check it the mailbox contains unread mails?
I want the workflow to check for unread mails, and if no unread found, it should stop again.

Br
@kbi61

1 Like

Hi @kbi,
In activities related to get mails you have property responsible for that:
image

image

Create a workflow as mentioned in the image and check the count using a IF block and perform the necessary operations required.

2 Likes

Thanks, @Sasi23. That was what I needed.

Br @kbi

1 Like

@kbi Happy Automating :slight_smile:

1 Like