Build an automation to display first 10 gmail inbox unread messages in message box

but the message is not displayed


@Sai_Kumar_111

in the field ‘in emails from’ you are giving mails does mails variable contain any mails in it?

ideally you can provide like this Gmail.Folder("Inbox")

cheers

1 Like

Hi @Sai_Kumar_111

Try like this:
In for Each Email give the below condition:

Gmail.Folder("Inbox")

Click on + button=> Pop will appear=> Hover to Gmail=> You will get list of folders available. You can specify which folder you want.
In message box give this:

"The message is "+CurrentMail.Subject

Refer the below image for better understanding.

Hope it helps!!

1 Like

@Sai_Kumar_111

no need no mention any folder.

you need to click on + button, it will display all the folders which you have in the mail

1 Like

Thank you shiva. This helped.

1 Like

Thank you Parvathy this helped.

@Sai_Kumar_111

welcome

happy automation

1 Like

Thank you Anil,this helped.

1 Like

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