So, teacher from Netherlands here, actually a Teams-consultant starting to learn Power Automate. In this Covid-crisis my Teams-team suddenly became quite important ๐
I want to start the day for my students with a "Good morning, today you can reach {name}, {name} and {name}. And, don't forget: {message}"
I have a Excel like this:
Name | Name | Mess | |
Mond | James | John | Think about the lecture! |
Tues | Mary | Joe | ๐ |
Wed | John | Tina | Almost weekend! |
I can make a automation that runs everyday and kinda understand the Post a message in Teams block, but who can help me how to create the automation in the middle? How to design my Excel-file? Or has another way of doing this any smart way?
Hope to hear from you!
Pieter
You can use the trigger as scheduled trigger , set that as a daily run. Also you could use the excel connector to read your file and get the message. The workout which day it is using UTCNow() function and filter the record from your excel sheet. Finally use the post message of team connector to send the message.
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 TutorialsShould I use 'get row'? I am struggling with key-column and key-value?
In your case I believe you have an excel sheet with 7 days of message . So you need Get Items filtered by 'Monday' or 'Tuesday' etc.
If you looking for Get item then it will only get that particular row which you mentioned in Key and Row.
Please see my blog about how to filter excel rows.
https://mydevexperience.wordpress.com/2019/09/25/microsoft-flow-excel-list-rows-present-in-a-table/
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
This might be useful for you. To find which day it is you need to use the expression
Above will return Monday, Tuesday, etc. Next you can pass the above output to your excel filter against your column name to retrieve the correct message for each day.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsJoin digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
86 | |
58 | |
41 | |
35 | |
32 |
User | Count |
---|---|
79 | |
67 | |
57 | |
49 | |
40 |