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:
[{"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:
Solved! Go to Solution.
Hi @SylvieLet17 ,
Please refer to screenshot below to create the flow to achieve your needs:
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.
Hi @SylvieLet17
"Get Attachments" action returns array so I would suggest approach below:
Hi @SylvieLet17 ,
Please refer to screenshot below to create the flow to achieve your needs:
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.