Download gmail attachment from specific sender using IMAP to FTP

I created a workflow with IF nodes to filter the email and an expression to find certain word to download the specific email attachment using filename, but to make it more accurate my plan is to add an additional filter like sender email, may I know what I need to add/modify on my workflow?

Hi @rodskie123, I imagine your workflow looks similar to the one from this thread? If so, you could simply add another condition checking the sender email like so:

Simply pick the from field for your expression in the first value field:

And then pick Contains as the operation and enter the required sender in the second value field.

@MutedJam I’ll try this, thank you for the detailed instructions.