Good morning, @v-bacao-msft
Here's my full flow config:


The logic is to:
1. When an item is created
2. Set variables to retrieve: Folderpath, CreatedBy, Geomarket, ProductLine, DocType, Month, Year, TeamAddress
3. Get Items in SP List filtering out by Geomarket, ProductLine, DocType, Month, Year
4. Set variable Count: length(body('Get_items')?['value'])
5. Each item created has 1 attachment. There's no need to do a check if it exists. Retrieve file attachment ID
6. Apply to each:
- Get attachment content
- Get file extension from original file
- Create new file in MS Teams with standarized naming convention and original file name extension.
7. Get file content using path: Checks to see if the file was successfully created in MS Teams
8. If not, Failed Scope: Email user.
Here's my Apply to each step that's hanging:
