I have a send email action and want it to check an array (attachments to the email) for a specific word (in filename), and if that exists, add an email to CC.
I'm not sure how to write it, concat was the closest thing to a "add text"-function I could find.
Spoiler (Highlight to read)
if(contains('BrandlarmVCCAtt'), 'SATS'),concat('nicki.vike@sats.se') if(contains('BrandlarmVCCAtt'), 'SATS'),concat('nicki.vike@sats.se')
Any ideas on how to get it to work? Ideally directly in the CC-field with extra variables and Compose-actions.
