Hi Guys,
I have a powerapp which has some global variables for different types. I have set up a form with locations (drop-down field). I tried using send emailv2 option to send emails when user select a type and select the location email will be sent.
I have 6 different types and locations, each locations has different email addresses.
example : when user select type A - directs you to form - user select location A
send emailv2 : To field is setup to user()
Cc field - this is where i need the email address from each location.
Body: html email template
I tried switch formula to concat type and location. But not successful
how best i can achieve this to work.