cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
cliff2moore
Frequent Visitor

Error email attachments from lists

Trying to get all attachments from a list to auto email when triggered by a column change.  Getting this error..

 

( OpenApiOperationParameterValidationFailed. The 'inputs.parameters' of workflow operation 'Send_an_email_(V2)' of type 'OpenApiConnection' is not valid. Error details: The API operation 'SendEmailV2' is missing required property 'emailMessage/Attachments/0/Name'.)

 

 

But i have the "Name" in this append to array variable action. 3 Images of setting below.

 

cliff2moore_2-1708357723251.png

 

cliff2moore_0-1708357649484.pngcliff2moore_1-1708357668150.png

 

2 ACCEPTED SOLUTIONS

Accepted Solutions
S-Venkadesh
Super User
Super User

Hi @cliff2moore 

It seems that you're encountering the undesired "Apply to each" loop due to the split settings in the trigger.

If this is the case, please refer to this post for the solution: Power Automate New UI Designer: Avoid Undesired Arrays in Trigger Output

I hope this information is helpful. If it is, please consider giving a thumbs up 👍.

Best regards,
Venkadesh Sundaramurthy

View solution in original post

@cliff2moore Thank you for the compliment. Since your flow is triggered by a single item—there should only be a single item returned. Can you explain the Parse JSON action at the top of your flow? 

 

Can you clarify what you mean by: 

Once the employee marks the listed item as assigned to their name I want to automatically send the attachments of the list item to their email

 

Does the employee go to the SP item and assign it to themselves? If that is the case, you should consider a for a Selected Item item Trigger. This way the user can run an automation on a selected item and the flow could automatically fill in the Assigned To column.

 

Is the Assigned To column a multi-choice person column?

 

You might find this YT Tutorial helpful where I cover some common scenarios when using the Apply to Each action and how to avoid it in some cases: 3 Mistakes YOU 🫵 are Making with the Apply to Each Action in your Microsoft Power Automate Flow

 

In this video tutorial I’ll go over how to avoid these common mistakes when using the Apply to Each action in a Power Automate flow:

 

1️⃣ Looping through a Single Item

2️⃣ Creating Unnecessary Nested Loops

3️⃣ Looping through an Unfiltered Array

 

At the end of the video I share a few helpful insights when it comes to using the Apply to Each action in your flow.

I'll also cover:

 How to avoid the Apply to Each action with a single item array

 How to use the item() function to access dynamic content in an array

 How to prevent unnecessary nested Apply to Each action loops

 How to use the Select action

 How to convert an array to a string with the Select action

How to use the Filter Query field

 How to count the number of items in an array

 How to use a condition control

 How to use the concurrency control

 How to set a top count

 How to use Compose actions for troubleshooting

View solution in original post

6 REPLIES 6
creativeopinion
Super User
Super User

@cliff2moore I believe the issue is with the nested Apply to Each actions you have in your flow. The logic of your flow needs to be adjusted. You might find this YT Tutorial helpful: How to Send SharePoint List Attachments 📎 via Email with Power Automate

 

Please note: I'm using the Classic Designer in this tutorial—the new one still has a few bugs.

 

In this Microsoft Power Automate tutorial, I’ll cover how to create a Power Automate flow to send SharePoint list attachments in an email.

 

This flow will check the SharePoint list to see if an item is marked as Ready to Send and has attachments. I will also cover how to combine multiple attachments to send in a single email.

 

IN THIS VIDEO:

 How to attach a single SharePoint list attachment to an email

 How to use the Filter Query to Filter SharePoint List Items by a Single Choice Column

 How to use the Filter Array action to Filter SharePoint List Items that have an Attachment

 How to use turn on Pagination and Set a Threshold in the Get Items action

 How to us the Top Count field in the Get Items action

 How to use the Get Attachments Action

 How to avoid the Apply to Each Action

 How to use the Get File Content Action

 How to Edit an Expression

 How to use the Compose Action

 How to Get Multiple SharePoint Attachments

 How to use the Append to Array Variable Action

 

Hope this helps!


If I helped you solve your problem—please mark my post as a solution .
Consider giving me a 👍 if you liked my response! If you're feeling generous— ️  Buy me a coffee: https://www.buymeacoffee.com/acreativeopinion

👉 Watch my tutorials on YouTube
👉 Tips and Tricks on TikTok
 

creativeopinion

Thanks so much for getting back to me. I have watched your video already at it turns out, wow what a mastery of the subject matter you have. I'm truly impressed.

So I have a list that is generated by a form. This lists contains the answers to the questions in the form plus a column for "Assigned To" with 3 choice options one for each employee. Once the employee marks the listed item as assigned to their name I want to automatically send the attachments of the list item to their email...

 

you had mentioned my for each actions... in the flow below all of the "For each" were auto generated when I made my selections within the action items... not sure how to prevent that. 

 

As it turns out now I am getting an automated email once I change the column Item but there no attachments...

If you have any more ideas I'd be very grateful!

 

cliff2moore_0-1708366214415.png

 

cliff2moore_1-1708366459182.pngcliff2moore_2-1708366477066.png

 

 

S-Venkadesh
Super User
Super User

Hi @cliff2moore 

It seems that you're encountering the undesired "Apply to each" loop due to the split settings in the trigger.

If this is the case, please refer to this post for the solution: Power Automate New UI Designer: Avoid Undesired Arrays in Trigger Output

I hope this information is helpful. If it is, please consider giving a thumbs up 👍.

Best regards,
Venkadesh Sundaramurthy

@cliff2moore Thank you for the compliment. Since your flow is triggered by a single item—there should only be a single item returned. Can you explain the Parse JSON action at the top of your flow? 

 

Can you clarify what you mean by: 

Once the employee marks the listed item as assigned to their name I want to automatically send the attachments of the list item to their email

 

Does the employee go to the SP item and assign it to themselves? If that is the case, you should consider a for a Selected Item item Trigger. This way the user can run an automation on a selected item and the flow could automatically fill in the Assigned To column.

 

Is the Assigned To column a multi-choice person column?

 

You might find this YT Tutorial helpful where I cover some common scenarios when using the Apply to Each action and how to avoid it in some cases: 3 Mistakes YOU 🫵 are Making with the Apply to Each Action in your Microsoft Power Automate Flow

 

In this video tutorial I’ll go over how to avoid these common mistakes when using the Apply to Each action in a Power Automate flow:

 

1️⃣ Looping through a Single Item

2️⃣ Creating Unnecessary Nested Loops

3️⃣ Looping through an Unfiltered Array

 

At the end of the video I share a few helpful insights when it comes to using the Apply to Each action in your flow.

I'll also cover:

 How to avoid the Apply to Each action with a single item array

 How to use the item() function to access dynamic content in an array

 How to prevent unnecessary nested Apply to Each action loops

 How to use the Select action

 How to convert an array to a string with the Select action

How to use the Filter Query field

 How to count the number of items in an array

 How to use a condition control

 How to use the concurrency control

 How to set a top count

 How to use Compose actions for troubleshooting

So, The parsejson and the top of my flow is because when I was assigning the ID from the trigger to the get attachment content i kept getting a failed run saying that the ID line in get attachment content was returning a non-integer value. so to correct that i added a compose to the tirgger then ran the parsejson on that to get and ID value that was an integer

 

Is the Assigned To column a multi-choice person column? Yes, the process That I am trying to create is for my employees to go to this list and mark it as the Column "Assigned to" and choose their name from the options. This way they are picking which jobs they want to work on. The reason I want to automate and email with the attachments from the list item is this. I have the form collecting the attachments and storing them in the document section of my SP site. As well I have a flow that attaches those files to the list item. But I can't figure out how to set a download link on the list. You can click the attachment links and view them in a browser window and that's fine for an image file or a pdf, but not for a large CAD file.

 

@cliff2moore If that's the case, I would recommend using the For a Selected Item trigger. I cover that in this section of the YT Tutorial. This way instead of having the user click on the item and select themselves in the Assigned To column, the could trigger the flow from the item itself. You could name it whatever you want to name it. 

creativeopinion_0-1708380343959.png

 

I need a bit more clarity on what you mean by I can't figure out how to set a download link on the list...? If you want to attach files to the email, the tutorial covers how to collect the attachments and attach them to an email. Let me know which part of the tutorial you are stuck on.

 

Hope this helps!


If I helped you solve your problem—please mark my post as a solution .
Consider giving me a 👍 if you liked my response! If you're feeling generous— ️  Buy me a coffee: https://www.buymeacoffee.com/acreativeopinion

👉 Watch my tutorials on YouTube
👉 Tips and Tricks on TikTok

 

 

Helpful resources

Announcements

Celebrating the May Super User of the Month: Laurens Martens

  @LaurensM  is an exceptional contributor to the Power Platform Community. Super Users like Laurens inspire others through their example, encouragement, and active participation. We are excited to celebrated Laurens as our Super User of the Month for May 2024.   Consistent Engagement:  He consistently engages with the community by answering forum questions, sharing insights, and providing solutions. Laurens dedication helps other users find answers and overcome challenges.   Community Expertise: As a Super User, Laurens plays a crucial role in maintaining a knowledge sharing environment. Always ensuring a positive experience for everyone.   Leadership: He shares valuable insights on community growth, engagement, and future trends. Their contributions help shape the Power Platform Community.   Congratulations, Laurens Martens, for your outstanding work! Keep inspiring others and making a difference in the community!   Keep up the fantastic work!        

Check out the Copilot Studio Cookbook today!

We are excited to announce our new Copilot Cookbook Gallery in the Copilot Studio Community. We can't wait for you to share your expertise and your experience!    Join us for an amazing opportunity where you'll be one of the first to contribute to the Copilot Cookbook—your ultimate guide to mastering Microsoft Copilot. Whether you're seeking inspiration or grappling with a challenge while crafting apps, you probably already know that Copilot Cookbook is your reliable assistant, offering a wealth of tips and tricks at your fingertips--and we want you to add your expertise. What can you "cook" up?   Click this link to get started: https://aka.ms/CS_Copilot_Cookbook_Gallery   Don't miss out on this exclusive opportunity to be one of the first in the Community to share your app creation journey with Copilot. We'll be announcing a Cookbook Challenge very soon and want to make sure you one of the first "cooks" in the kitchen.   Don't miss your moment--start submitting in the Copilot Cookbook Gallery today!     Thank you,  Engagement Team

Announcing Power Apps Copilot Cookbook Gallery

We are excited to share that the all-new Copilot Cookbook Gallery for Power Apps is now available in the Power Apps Community, full of tips and tricks on how to best use Microsoft Copilot as you develop and create in Power Apps. The new Copilot Cookbook is your go-to resource when you need inspiration--or when you're stuck--and aren't sure how to best partner with Copilot while creating apps.   Whether you're looking for the best prompts or just want to know about responsible AI use, visit Copilot Cookbook for regular updates you can rely on--while also serving up some of your greatest tips and tricks for the Community. Check Out the new Copilot Cookbook for Power Apps today: Copilot Cookbook - Power Platform Community.  We can't wait to see what you "cook" up!    

Welcome to the Power Automate Community

You are now a part of a fast-growing vibrant group of peers and industry experts who are here to network, share knowledge, and even have a little fun.   Now that you are a member, you can enjoy the following resources:   Welcome to the Community   News & Announcements: The is your place to get all the latest news around community events and announcements. This is where we share with the community what is going on and how to participate.  Be sure to subscribe to this board and not miss an announcement.   Get Help with Power Automate Forums: If you're looking for support with any part of Power Automate, our forums are the place to go. From General Power Automate forums to Using Connectors, Building Flows and Using Flows.  You will find thousands of technical professionals, and Super Users with years of experience who are ready and eager to answer your questions. You now have the ability to post, reply and give "kudos" on the Power Automate community forums. Make sure you conduct a quick search before creating a new post because your question may have already been asked and answered. Galleries: The galleries are full of content and can assist you with information on creating a flow in our Webinars and Video Gallery, and the ability to share the flows you have created in the Power Automate Cookbook.  Stay connected with the Community Connections & How-To Videos from the Microsoft Community Team. Check out the awesome content being shared there today.   Power Automate Community Blog: Over the years, more than 700 Power Automate Community Blog articles have been written and published by our thriving community. Our community members have learned some excellent tips and have keen insights on the future of process automation. In the Power Automate Community Blog, you can read the latest Power Automate-related posts from our community blog authors around the world. Let us know if you'd like to become an author and contribute your own writing — everything Power Automate-related is welcome.   Community Support: Check out and learn more about Using the Community for tips & tricks. Let us know in the Community Feedback  board if you have any questions or comments about your community experience. Again, we are so excited to welcome you to the Microsoft Power Automate community family. Whether you are brand new to the world of process automation or you are a seasoned Power Automate veteran - our goal is to shape the community to be your 'go to' for support, networking, education, inspiration and encouragement as we enjoy this adventure together.     Power Automate Community Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Tuesday Tip | How to Report Spam in Our Community

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   Today's Tip: How to Report Spam in Our Community We strive to maintain a professional and helpful community, and part of that effort involves keeping our platform free of spam. If you encounter a post that you believe is spam, please follow these steps to report it: Locate the Post: Find the post in question within the community.Kebab Menu: Click on the "Kebab" menu | 3 Dots, on the top right of the post.Report Inappropriate Content: Select "Report Inappropriate Content" from the menu.Submit Report: Fill out any necessary details on the form and submit your report.   Our community team will review the report and take appropriate action to ensure our community remains a valuable resource for everyone.   Thank you for helping us keep the community clean and useful!

Users online (5,308)