web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Flow creating multiple...
Power Automate
Answered

Flow creating multiple items on a list

(0) ShareShare
ReportReport
Posted on by 55

Good Afternoon All, 


Hope I could find some help here. 

 

I have a simple flow that triggers when a email is received and logs the information for that email to a list. When I receive an email with more than one attachment the flow updates the list with each attachment name as a separate item, is there a way to have the flow put all the attachment names on a single multi line field instead or creating an item for each? 

 

Thank you for the help in advance. This is a great community. 

Categories:
I have the same question (0)
  • ScottShearer Profile Picture
    25,290 Most Valuable Professional on at

    Are you asking if you can have 1 list item that contains all attachments for a given email?

    If so, here is a screen shot of a Flow that does just that:

    attachment1.jpg

     

    If this isn't what you need, please provide some additional detail.

     

    Scott

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @DemoMan,

     

    Could you please share a screenshot of your flow's configuration?

    Could you please show more details about your SharePoint list?

    Further, do you want to put all attachment names into a Multiple lines of text column of your SharePoint list?

     

    I have created a SharePoint list on my side and the data structure of it as below:25.JPG

    Note: The Subject and Body column are both Single line of text type column, the Received Time column is a Date and Time type column, the From and To column are both Person or Group type column, the AttachmentNames column is a Multiple lines of text type column.

     

    I have made a test on my side and please take a try with the following workaround:

    • Add a "When a new email arrives" trigger, Has Attachment field and Include Attachments field are both set to Yes.
    • Add a Variables->"Initialize variable" action, Name set to AttachmentNames, Type set to String and Value set to empty.
    • Add a "Html to text" action, Content field set to Body dynamic content of the trigger.
    • Add a "Apply to each" action, input parameter set to output of the Attachments dynamic content of the trigger.
    • Within "Apply to each" action, add a "Compose" action, Inputs field set to follwoing formula:
    concat(item()?['Name'],'</br>',variables('AttachmentNames'))

    Add a "Set variable" action, Name choose AttachmentNames, Value set to output of the "Compose" action.

     

    • Under "Apply to each" action, add a "Create item" action, the AttachmentNames field set to AttachmentNames variable.

    Image reference:26.JPG

     

    27.JPG

    The flow works successfully as below:28.JPG

     

    29.JPG

     

    More details about using expression in flow actions, please check the following article:

    Use expression in flow actions

     

    Best regards,

    Kris

     

  • DemoMan Profile Picture
    55 on at

    Thank You Very much! @v-xida-msft This worked great!

  • apearson Profile Picture
    2 on at

    Hi Kris,

     

    I am trying to combine a couple of your examples to take a list of sharepoint items and combine them so I can put them into a word template using a thrid party flow. Here are the other examples that I am working off of:

     

    I seem to be getting stuck at your concat function. When I try to use this and it flows back into my test list, it apears like this: 

    output capture.PNG

    Here is a copy of the code I am using: 

    concat(item()?['Title'],'</br>',variables('Augmented String'))
     
    Here are three pictures of my flow:
    Part 1Part 1

     

    Part 2Part 2

     

    Part 3Part 3

     Any help would be greatly appreciated!

     

    Thank you,
    Alex

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 573

#2
Valantis Profile Picture

Valantis 407

#3
11manish Profile Picture

11manish 387

Last 30 days Overall leaderboard