Currently I have a flow built that, when a item is added to a share point list, an email goes out to another team. However, when i add the condition below to if it sees the attachment it send the email with the attachments in the email. But when i select no, which just sends the emails if no attachments are there, it just sends the email only. Currently this is not working and was working before but some reason just stopped working today. Can some one assist me?
Solved! Go to Solution.
Hi @chucksta ,
Did you add attachments when you created the item, or did you add attachments after creation? Has attahcment will be true only if an attachment was added when the item was created.
You can try adding just one attachment and see if the value of Has attachment is true.
In addition, please use the following configuration in Append to array variable 2 action:
{
"Name": @{items('Apply_to_each_2')?['DisplayName']},
"ContentBytes": @{body('Get_attachment_content_2')?['$content']}
}
Best Regards,
Hi @chucksta
In your IF condition you are using an expression not equal to null. 'Has Attachments' is a boolean value so use the expression not equal to false here.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video Tutorials
Hi @chucksta ,
Your configuration does not seem to meet your needs, you can refer to the screenshot below to try to improve the configuration of Flow.
Please take a try.
Best Regards,
@v-bacao-msft Thank for your help. I finally got the true statement to work, however it will not submit on the yes statement.
In my list it has three attachments on this case below:
However after I run the test on the flow, it show that the status is false which, triggers the email with no attachments as seen below and show false in the has attachment field:
I know I have attachments there and have tried .doc,.pdf, .jpg, .png and nothing is being seen. I also tried to change the values to use all columns in the "Limit Columns by View" in my "When a item is added". Can it be something i'm missing?
Another thing i noticed is that, the flow is sending it out as three emails, im thinking for the three attachments, when i just want the three attachments to go to one email recipients, if "yes" condition is true, and just email goes out if there is no attachments.
Below is my setup after trying your suggestions.
Below is what is in my array variable 2:
{
"Name": @{items('Loop_Through_Attachments')?['DisplayName']},
"ContentBytes": @{body('Get_attachment_content')?['$content']}
}
But now I am getting Expression is invalid, but it was working fine as of a couple of days ago.
Hi @chucksta ,
Did you add attachments when you created the item, or did you add attachments after creation? Has attahcment will be true only if an attachment was added when the item was created.
You can try adding just one attachment and see if the value of Has attachment is true.
In addition, please use the following configuration in Append to array variable 2 action:
{
"Name": @{items('Apply_to_each_2')?['DisplayName']},
"ContentBytes": @{body('Get_attachment_content_2')?['$content']}
}
Best Regards,
Thanks Sir, I had to remove the apply to each for the yes and no statements and now it works!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
42 | |
37 | |
37 | |
35 | |
25 |
User | Count |
---|---|
39 | |
37 | |
33 | |
31 | |
25 |