Show what specific User uploaded a file? (as:file or as:file_collection)

Hello,

I was just wondering if it was possible to show what specific User uploaded a file? (as:file or as:file_collection)? Would be nice to accompany this with the already existing timestamp logic. If external clients/parties are uploading files we request.

Thanks,

Hi @pgallagher,

You sure can:

{% input custom.some.suffix as:file assign:file_docs %}

{{ file_docs.updated_by.name }} 

More info here :wink:

1 Like

Oh, perfect, thank you @sven