I am in the process of creating an Azure Logic App.
My requirements are as follow:
- Check Office365 mailbox every 5 minutes for new mail.
- Trigger when new email with attachment is detected.
- Copy that attachment (.xls file) and place in respective blob folder, based on name of attachment.
I have the following so far. The mail trigger with attachment is set, and is set to check every 5 minutes.
How can I, based on the name of the attachment, write to different blob folders?