I have a problem with a flow for outlook. I just want to forward messages from my inbox to 30 other people, but the problem is that I can't make a flow which send mails with attachments and without.
I tried to create a condition for the parameter "has attatchment" and ask for true and false but this doesn't work. I know, that I have to include the output of the prior step, but when the attachment is empty it doesn't check the condition and the flow is marked as failed.
I hope you unterstand my needs.
Solved! Go to Solution.
There is a known designer bug in that we are treating the value as a string. For now, you can use the advance editor to write an expression like below:
@equals(triggerBody()?['HasAttachment'], bool('true'))
@equals(triggerBody()?['HasAttachment'], bool('1'))
Either should work.
There is a known designer bug in that we are treating the value as a string. For now, you can use the advance editor to write an expression like below:
@equals(triggerBody()?['HasAttachment'], bool('true'))
@equals(triggerBody()?['HasAttachment'], bool('1'))
Either should work.
Thank you, that helped me a lot.
Any chance this bug gets fixed? I don't have access to the Advanced editor so am reliant on using the forms to set things up and attachements are not getting passed down the flow.
Well thats a pretty general question. But i will try to explain it.
Thats all. You can do a lot more configurations, add conditions, etc.
Hope this helps.
I need help here too.
I'd like to forward all emails from a certain sender with its attachment to my financing colleague. It is basically t automate forwarding invoices. I can't figure out what to set in "Send email with options" to include the attachment and some custom text.
We dont have a "Forward mail" action today. That would have been more appropriate for this kind of scenarios. We will add this in our backlog. You can help by voting for this feature in the Ideas section.
For now, you can use the "Send an email" action here.
Thanks!
Sameer
"Blacklog" means,m you will add this in the forseable future ? 🙂 Btw. i found out that outlook.com let's you forward email right from the web interface under settings.
"Blacklog" means,m you will add this in the forseable future ? 🙂 Btw. i found out that outlook.com let's you forward email right from the web interface under settings.
Hi,
I am still receiving this error, when an email is being forwarded the PDF attachment does not go through. I have chosen the option to include attachments as well.
I'm trying to forward an email from a shared mailbox with an attachment as an email with options to a group of people.