I'm running into some issues here and I feel like there's something small I'm missing. I'm making an automated flow that is triggered by an item being created in a SharePoint list, then adds the attachment from that item into a document library. My current steps are:
1. When an item is created
2. Get item
3. Get attachments
4. Apply to each
A) Get attachment content
B) Create file
It runs successfully, but the file that gets added to my document library isn't what I add to my list. If I add a PDF to my list, I get a generic file type in the library that can't be opened in any program. Any ideas?