Hello,
I am using power automate connected with power apps so that whenever an action has been taken on certain category ticket, an outlook email is sent to requester keeping admin team in BCC.
i am using below expression for BCC field-
if(equals(items('Apply_to_each')?['Category']?['Value'], or('Position Creation','Hiring','Termination','Restructure','Personal Information','Employment Information','Global Assignment'),concat('justin@abc.com','pia@abc.com','allison@abc.com,maria@abc.com,ruel@abc.com,earl@abc.com,Ajay.l@abc,siddharth@abc.com, ';'),'Aj@abc.com')
#Power Automate # Expressions
When i use this expression then it say 'Invalid'. There is something wrong but, i am unable to figure it out.
Could please help how i can mention multiple categories and how effectively can maintain multiple email addresses in expression.