Hi
I using the 'Save my email attachments to a SharePoint document library' flow.
However, I needed to add the date to the name of the attachment, so i created the attached flow. However, the file type of the attachment is not saving - and i seem to be getting a second file being saved without the file extension with the following at the end of the file name - ".application_octet-stream".
Can someone look at the attached flow and tell me what I'm doing wrong here? I'm thinking there must be something very simple that I'm missing here?
Regards
John
Hi Mabel
There's a screenshot of the file in the body of the message as well as the .png attachment.
I guess that's whats causing this - problem is I can't prevent the screenshot from being sent. Is there any way around this?
John
Hi @John01 ,
If the email comes with only one attachment, then the flow will only create one file in the library.
Please check the amount of attachments and try again with it.
Best regards,
Mabel
For some reason my flow is creating 2 files as per above - I only need one of these (the second one, the png file). How do I stop the other file being generated?
Hi @John01 ,
You have renamed the apply to each to Apply to each Attachment on the email, you need to modify the function using dynamic content from within your flow.
Please try with the following code:
concat('.',last(split(items('Apply_to_each_Attachment_on_the_email')?['Name'],'.')))
Best regards,
Mabel
Hi Mabel - see below:
Hi @John01 ,
Could you share an image of your current flow?
The second image is one succeeded run details.
About the first image, the first Compose action is using the following function. Dynamic content Name comes from the trigger.
concat('.',last(split(items('Apply_to_each')?['Name'],'.')))
Please show me the function you are using in the Compose function.
Best regards,
Mabel
Hi Mabel - just following up my last comment from last Friday - can you explain that part?
Hi Mabel
When I add that code i get an error message saying:
'The repetition action(s) 'Apply_to_each' referenced by 'inputs' in action 'Compose' are not defined in the template'
I assume this is to do with the second image you added where you define the input & output - however, I dont see anything coming up that allows me to enter those input & outputs?
Ta
John
Hi @John01 ,
If you want to rename the attachment, you may need to add the following steps to get the file extension first.
Please check the following flow for a reference.
After Get attachment, add Compose action with the following code:
concat('.',last(split(items('Apply_to_each')?['Name'],'.')))
In the action Create file, configure the File Name field likes below.
Please select dynamic content Body from action Get attachment for the File content field.
Best regards,
Mabel
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional