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

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Concatenate SharePoint List Attachment Titles

(0) ShareShare
ReportReport
Posted on by

Hi all, 

 

I have a SharePoint list with attachments.

I need to get the names of all attachments and save this data into a "Multiple Lines of text" column in the list. 

I'm close, but I need help with the formula. 

I'm using a "Get attachments" action, then a "set variable" action from the outputs like so:

 

concat(body('Get_attachments')) 
 
This gives me something like this:

[{"Id":"%252fLists%252fContract%2bRegister%252fAttachments%252f98%252f098%2bSupplierX%2bTechnology.pdf","AbsoluteUri":"https://Mydomain.com/Lists/Contract Register/Attachments/98/098 Mexon Technology.pdf","DisplayName":"098 Supplier Technology.pdf","@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListItemAttachment"}]

 

I tried:

concat(body('Get_attachments')?['DisplayName']) but that was invalid because "...property 'DisplayName' cannot be selected. Array elements can only be selected using an integer index."
So basically all I need is the DisplayName of each of the items in the output of Get Attachments. 
Any suggestions?
ThanksFlow1.PNG
I have the same question (0)
  • Alex_Bondin Profile Picture
    2 on at
    Re: Concatenate SharePoint List Attachment Titles

    Hi @Anonymous 

    "Get Attachments" action returns array so I would suggest approach below:

    • Create variable "AttachmentNames" as array, where you store all attachment names
    • Add "Append to array variable" action and select "DisplayName" property from "Get Attachments" action. It adds "Apply to each" action automatically.
    • You can use join(variables('AttachmentNames'),'; ') to convert array into string

    AttachmentFlow.png

    • You can use join(variables('AttachmentNames'),'; ') to convert array into string

    join.png

  • Verified answer
    v-alzhan-msft Profile Picture
    on at
    Re: Concatenate SharePoint List Attachment Titles

    Hi @Anonymous ,

     

    Please refer to screenshot below to create the flow to achieve your needs:

    Annotation 2019-07-29 160956.png

     

    Please let me know if your problem could be solved.

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 659 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 386 Moderator

#3
chiaraalina Profile Picture

chiaraalina 290

Last 30 days Overall leaderboard