Hello,
I am creating a New Employee Hire form/flow and there's a column called "Department" (Choice). If the user selects "Accounting", I'd like to display specific text within the email body that is being triggered. If anything else is selected, I'd like to NOT show any special text. How can I accomplish this? I have tried several variations of the expression but am told it's incorrect. Am I close? -
if(equals('Department.Selected.Value',Accounting),'Grant edit permissions to vHUB's Accounting libraries','')