Skip to main content

I need to evaluate whether or not an attachment field is blank with an IF statement. Variations of double quotes and the BLANK() function don't do the trick. Any ideas?

@Darryl_Oliver  all you really need for that is IF({field name}, 'true', 'false'). 


So simple! Thanks.


Reply