Re: Condition statement WITHIN the email body
Hi @adove ,
Do you want to return texts based on the length of a SharePoint list column?
Please try inserting the following condition in the email body to see if it will meet your scenario.
if(greater(length(triggerBody()?['CC']),10),'there are more than 10 characters in this field',triggerBody()?['CC'])
The flow is configured likes below:

Best regards,
Mabel