This is awesome!! What if I wanted to update an indicator stating the email had already been sent without causing an infinite loop? Where would I put the condition to initially test for the indicator, and how would I update it?
This is great thanks. One issue - when my email sends, the attachments become unformatted- so if it was a PDF it comes as a big blob of characters rather than retaining the original format. For a text file I get all the markup showing like
Hi Andy I need to see the flow to determine what's going on. Check my channel about section and connect me via email. I could check via a screenshare and see. Thanks
Hello excellent tutorial, I just tried the flow exactly as you have it. It currently runs successfully but I'm not getting the actual attachment on the email. The attachment type for my share point list is a "word" document. I'm just getting the email with no attachment, any feedback?
Hi Thanks for your kind comments. I need to see the flow. You can connect me via email. Its in my Channel about section. Send me an email and I could check this via a screeshare if that helps. Thanks
Does this flow also work if i'm trying to attach an outlook email into the power automate email? I used the same flow as you have in this video. When I created a new list item and attached an outlook email into the list item, my flow failed with the following message: "No input parameters provided. Please provide required input parameters 'To', 'Subject' and 'Body'.
Hi This is due to lack of quality of the data. There are no data to map for the To, Subject and Body. I need to look at your flow then only I can give you an exact answer. You can contact me via teams. I could offer a screenshare and check. See my channel about section for my email to contact. Thanks
I have the same problem. My flow is all correct. It works normally when I don't include the attachment. Then include the attachment variable, it also gives this error.@@abm4975
Do you know how I can create a way to do the following 1. When an item is created or modified in a sharepoint list 1a. Filter if a condition is met (if information found in column is not "information Correct" and Email Required column is set to "yes" 2. Take column information (choices) that has multiple choices inside that column "Correct Information, Address Incorrect, Not Found, Location Incorrect, Panel Closed etc, 3. Attach a form 4. Send an email to x I want to do this for multiple columns that contain information, and each column has a unique email recipient
Thanks for helping. I am getting error - Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The repetition action(s) 'For_each' referenced by 'inputs' in action 'Compose' are not defined in the template.'.'. while I follow the step and I am getting email with True or False jpg images(not able to open the images also). How can I make it work.
Thank you for this video. I have tried this method to get image file from dataverse table and it keeps back with error " Parameter 'Attachment Name' cannot be null or empty." . Could you please guide me on this ?
Excelent, but i tried pasing an attach file for an approval and it dind't work. I have tu put this in the comose json but i works but the person who received it can't open. It need privileges, it's weird because i'm have total control. Thanks { "name":DisplayName, "content": base64(body('Get_attachment_content')) }
@@palendrenpillay2850 Sorry for the delay, i didn't realize the notification: What i did is the following: I tried a lot of options and finally i got the result: Just remove bytes and left content. Hope don't be late { "name": @{items('For_each')?['DisplayName']}, "content": @{body('Get_attachment_content')} }
Nice and Simple! I created a different array format to use with a DocuSign connector and add attachments to an envelope.
Very cool!
Excellent tutorial!!.. Works like a charm :). Thanks for the clear information and step by step procedurest.
Great to hear!
This is awesome!!
What if I wanted to update an indicator stating the email had already been sent without causing an infinite loop?
Where would I put the condition to initially test for the indicator, and how would I update it?
Thanks for your comment. I didn't get your question regarding the infinite loop? Tell me bit more about this.
Thanks
Many thanks for your help! Everything is so helpful.
Glad to hear that! Thanks for the wonderful support.
Incredible video! Thank you for sharing
Glad you enjoyed it!
Worked great. Thanks! God bless!
Glad it helped
Thanks a lot
This is great thanks. One issue - when my email sends, the attachments become unformatted- so if it was a PDF it comes as a big blob of characters rather than retaining the original format. For a text file I get all the markup showing like
\. What am I missing?
Hi Andy
I need to see the flow to determine what's going on. Check my channel about section and connect me via email. I could check via a screenshare and see.
Thanks
Hello excellent tutorial, I just tried the flow exactly as you have it. It currently runs successfully but I'm not getting the actual attachment on the email. The attachment type for my share point list is a "word" document. I'm just getting the email with no attachment, any feedback?
Hi
Thanks for your kind comments. I need to see the flow. You can connect me via email. Its in my Channel about section. Send me an email and I could check this via a screeshare if that helps.
Thanks
Superb! it worked like wonder!
Glad it helped! Thanks
Works fine here!!
Thanks for the support
Does this flow also work if i'm trying to attach an outlook email into the power automate email? I used the same flow as you have in this video. When I created a new list item and attached an outlook email into the list item, my flow failed with the following message:
"No input parameters provided. Please provide required input parameters 'To', 'Subject' and 'Body'.
Hi
This is due to lack of quality of the data. There are no data to map for the To, Subject and Body. I need to look at your flow then only I can give you an exact answer. You can contact me via teams. I could offer a screenshare and check. See my channel about section for my email to contact.
Thanks
I have the same problem. My flow is all correct. It works normally when I don't include the attachment. Then include the attachment variable, it also gives this error.@@abm4975
can you do it also for more than one entry? ie multiple ID?
Yes you can. Change the trigger step to Get Items. Then pretty much follow the same steps.
Thank You! This works great!!
Great to hear!
Thanks well done!
Thank you too!
Thank you 😊Amazing!!!
You're welcome 😊
Thanks works well.
Good to hear!
Do you know how I can create a way to do the following
1. When an item is created or modified in a sharepoint list
1a. Filter if a condition is met (if information found in column is not "information Correct" and Email Required column is set to "yes"
2. Take column information (choices) that has multiple choices inside that column "Correct Information, Address Incorrect, Not Found, Location Incorrect, Panel Closed etc,
3. Attach a form
4. Send an email to x
I want to do this for multiple columns that contain information, and each column has a unique email recipient
Hi thanks for this video . Will this flow work if I attach an .xlxs excel file ? . Actually I tried but it didn’t work
It should
@@abm4975 Any ideas how to fix with excel
I need to see your flow. Can you connect me? Check my Channel About section.
Thanks for helping. I am getting error - Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The repetition action(s) 'For_each' referenced by 'inputs' in action 'Compose' are not defined in the template.'.'. while I follow the step and I am getting email with True or False jpg images(not able to open the images also). How can I make it work.
Could you create one showing how to Get list attachments and save them in a folder with a unique name?
Apologies for the late reply. I been away for a family emergency. If you still need help in this please let me know.
Thanks
Thank you for this video.
I have tried this method to get image file from dataverse table and it keeps back with error " Parameter 'Attachment Name' cannot be null or empty." . Could you please guide me on this ?
Hi
I need to look your flow. Happy to look via a screenshare. Check my Channel about section and connect me via teams.
Thanks
Thanks!
No problem!
How to change "FROM " email address as Microsoft Bot.
Hi
Not sure what you meant by Bot?
Thanks
In the advanced options of Send an Email V2 you can specify the From address.
This doesn't work for me. :(
Attachments retrieved but corrupted.
Do you still need help in this?
I need 😢
Hi @daniell
Check my channel about section for my email. I will have a look via screenshare.
Thanks
Excelent, but i tried pasing an attach file for an approval and it dind't work. I have tu put this in the comose json but i works but the person who received it can't open. It need privileges, it's weird because i'm have total control. Thanks
{
"name":DisplayName,
"content": base64(body('Get_attachment_content'))
}
Hi
I need to see your flow to determine whats going on. I could offer a screenshare and connect me. Check my channel about section.
Thanks
Thanks but finally i found the solution.
@@carlosm5591 , would you mind sharing how you solved this? I ran into the same issue as well. The receiver cannot open the file. Many thanks!
If you need help in this please connect me via Channel About section. I will have a look. Thanks
@@palendrenpillay2850 Sorry for the delay, i didn't realize the notification:
What i did is the following: I tried a lot of options and finally i got the result:
Just remove bytes and left content. Hope don't be late
{
"name": @{items('For_each')?['DisplayName']},
"content": @{body('Get_attachment_content')}
}