As part of a data audit, I'm trying to locate all records that have an Attachment.
We use PaperSave, so we need to find records where a user may have mistakenly uploaded their document to the Attachments panel instead of PaperSave. This isn't possible using Query or Lists.
Using logic similar to that which is found in the Missing Prospect Status Digest Email (which Alex did a great demo on for BB Dev Days), I'm trying to figure out how to identify the records that have an Attachment.
The challenge I face is with the Condition to get the right Outputs which will identify the records. I was thinking that if there was a File Size ≥ 1 that might indicate that something exists.

I get this error when I run it, and am unsure how to change try to change the data type:

Thanks.