Question
Error when use function document()

In my interface, I user function document.
if(
document(tofolder(local!documentId), "size") > 0,
true,
false
)
