Outlook get attachments

I’m trying to retrieve attachments from outlook emails. I have a trigger watching an outlook folder, which is working. Next it goes to outlook list attachments module. I have mapped Message ID to the message ID from the first module. When I run it after running the first one, a mapping window pops up asking me to map Message ID. There is no option to auto populate this field. It doesn’t work if I don’t use it, its doesn’t work with whatever I have thought to put in it.

Screenshot 2024-09-21 120723

Your getting this because your running that module only. Meaning its not getting any input from your previous module so you need to provide one.

Run the entire scenario by clicking the play button on the lower left.

1 Like

Welcome to the Make community!

Polling Triggers: Epoch Panel & Selecting Older Data

Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.

If you select “From now on”, the next time the scenario runs it will only return new data (or nothing if there is no new data).

You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.

For more information, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

I tried that so many times and it didn’t work, now it did. Don’t get me wrong, I tried running just the modules 1 by 1 also. Anyway, it worked! thanks