Hello!
I want to setup an email list that i could send automatic teams messages to throughout my environment(s).
I have something similar already setup in every PowerAutomate flow where I define the array in PowerAutomate it looks like this
[
"John.Doe@company.com",
"Bradford.Meade@company.com",
"Wilhelmina.Slater@company.com"
]
But I want to have this setup as an environmental variable rather than an array in every flow. How should i set this up?
Side note. The reason I want this as an array is because I can only send 1 person a message on teams at a time so I could do an "apply to each" loop to iterate through everyone's emails to send them a message on teams.