Hi All,
Need your expertise !!
I'm trying to create a body of email with a condition: If output is blank or empty the body of email should show a term "None" or If Output has data the return the actual value (table).
Using formula tool tried with below formula but is not giving correct result.
IF IsNull([Table]) OR Trim([Table]) = "" THEN "None" ELSE [Table] ENDIF
So in short my requirement is in Layout i.e. "Body of Email" should show as NONE. example below
Hi Team,
Please find below summary of the volume for today's VD trades.
Below trades are >=50mm for today's VD.
NONE
Request you to provide best approach.
For your reference have attached workflow and input file.
Thank you in advance !!