Hi, I am having trouble creating my first flow that saves Outlook email attachments.
- The email has three attachments and I want to save only one
- The file name (below) is dynamic but the beginning is static
- SSK_-_3wk_Inventory_Position_305061402515 (the red part is static)
The test result shows that it stops at the conditional statement:


Apply to each detail:
- Conditional statement tests to see if the file attachment contains "3wk"
- If it does, create a file in OneDrive and save it with the existing file attachment name
- If it does not, do nothing.

I am sure this is easy but like I said, this is my first Outlook flow. Thanks for your help!!