In Gmail Automation ...How to get From Mail with Attach Mail

(Example: -" noreply@housing-mail.com [via rameshhousing@lon.app] replies@lon.app"

From Mail :- replies@lon.app
Attach Mail :-noreply@housing-mail.com [via rameshhousing@lon.app]

Hi @venkatesh_kotcherla
Use GMail and add filter condition with attachments and then fetch the from address

Else
Use Imap to get gmail msgs and then
if(currentItem.Attachments.Count>0,currentItem.From.ToString,“”)