You're welcome.
So, you can simply use the following formula script:
Code:
ifThenElse( filingfieldId == null, description = 'File is not uploaded', description = 'File is uploaded' );
It works correctly, I have checked both the previous variant and this one.
If it doesn't work for you, then there might be a problem with the general syntax of your formula script. You can show it so we can go over the issue together.
Leave a comment: