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
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
Hi @kbi,
In activities related to get mails you have property responsible for that:
Create a workflow as mentioned in the image and check the count using a IF block and perform the necessary operations required.
@kbi Happy Automating