Hi I'm trying to create a flow which executes every Friday at 6am, to send an email to a list of recipients which provides a weather forecast for the weekend ahead (rain forecast most important), as well as other info I can specify in the message body.
I've currently built a flow which achieves the message, but it just sends what appeas to be text from MSN Weather rather than anything useful:
Today's forecast: ${outputs_shared_msnweather_TodaysForecast?['body']?['responses']?['daily']?['summary']} Tomorrow's forecast: ${outputs_shared_msnweather_TomorrowsForecast?['body']?['responses']?['daily']?['summary']}
Many thanks for any advice,
Josh
Thank you this has been helpful, I have managed to sort this now 🙂
Hi @Joshimoto ,
If I understood correctly, you want to make sure that a the weather condition is always captured in your flow (specially when it's raining). In MSN Weather Connector, you can select the "conditions" property, which can return the rainy weather:
I'm at a city where is raining now, and this is the output from "Day conditions" property:
As the rainy weather is not always be described into the "summary" property, I would recommend you to include the "condition" property in your email template.
Let me know if it works for you or if you need any additional help!
-------------------------------------------------------------------------
If this is the answer for your question, please mark the post as Solved.
If this answer helps you in any way, please give it a like.
http://digitalmill.net/
https://www.linkedin.com/in/raphael-haus-zaneti/
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492