Hi,
I have a Ms flow to send the email to specific teams, In this I need to add a condition like, I don't want to send the email if lead is created by some specific users.
So here I am adding a condition like created by(from lead) is not equal to /systemusers('user name') , but this is giving the syntax error, so what is the right syntax to check hard coded users name.
Means I need to check hard coded users name only with created by condition.