Hi,
I'm trying to build automated e-mail with Flow from Sharepointlist attachments. There is instructions: https://flow.microsoft.com/en-us/blog/multiple-attachments-single-email/
What I'm doing wrong?
"Name": @{items('Apply_to_each').DisplayName}
Gives error: Enter a valid json.
If I remove "Name", error disappear but flow doesn't work.
-Juho
Brilliant! Now it works. Thanks for the help!
You are just missing a comma after the first property, the last element cannot finish with comma. If you only have one as you mention (removing name and no comma) works.
Let me know how it goes.
Fer
Hi @Jube1,
Please add a comma "," after the "DisplayName" dynamic content if the Name is the first parameter.
or add a comma "," after the expression if the ContentBytes is the first parameter.
Please let me know if your problem could be solved.
Best regards,
Alice
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492