Hey all,
As it is clear from the subject, I wanted to use the flow bot to send messages to me and one of my colleagues. I came across this post where @Pstork1 and @v-yamao-msft clarified that Teams was not designed to do this but we could use a for each loop as a workaround.
So, I did the following by storing my and my colleagues email address in an excel sheet and using the email column:



The above flow works perfectly fine. I just want to know if there is a better way of doing this where you don't need to create a separate spreadsheet just to store email addresses and be able to do it within the flow itself.
P.S. - I was a bit confused with the 'initialize variable' and similar functions and hence used the above method as a workaround. Any explanation on using the same to make this better would be appreciated! Thanks.