Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
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. 

  • apearson Profile Picture
    2 on at
    Re: Flow creating multiple items on a list

    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

     
  • DemoMan Profile Picture
    55 on at
    Re: Flow creating multiple items on a list

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

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: Flow creating multiple items on a list

    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

     

  • ScottShearer Profile Picture
    25,208 Most Valuable Professional on at
    Re: Flow creating multiple items on a list

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow