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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Concatenate SharePoint...
Power Automate
Unanswered

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
Categories:
I have the same question (0)
  • Alex_Bondin Profile Picture
    2 on at

    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

    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 462 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 456 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard