Hello all,
Fairly basic and simple question:
I am sending emails via my flow, and I want the emails to have a additional line of text based on if a condition is true.
I know the condition is true due to the emails firing off, as the would not otherwise.
if(equals(item()?['On Holiday?'],1),'Note: This Birthday Falls on a Holiday','')
is my statement and I wish I could just write this is any other programming language as I know I am missing something basic here that is unique to Power Automate or something.
Any help is appreciated.