What is your goal?
I want to grab an attachment from an Outlook email and upload it to a Onedrive folder with a specific naming convention from information extracted from that attachment.
What is the problem?
My scenario runs and it works if a manually type in a file name but I obviously need each file name to be unique and named from the data extracted. Such as subject and date. (I actually need it more complex but this if my first go at building my own scenario so I am starting simple) When I try to use the Subject and Date data type I have run time erorr.
What have you tried so far?
I suspect the data types contain characters that aren’t acceptable for file names, so I’m using the Tools Module and Set Multiple Variables, but I’m not sure how to proceed.
