I have a user who has metadata appended to their account. This user creates an asset, a comment in this case. I create an asset list to display the asset in question. Which prints something like this:
%asset_created_by_name%
%asset_created_readable%
%asset_attribute_comment%
Is it possible to print the metadata fields of the user who created the asset?
I doesn't appear to be possible to grab any information about the creator apart from their name. Unless I am mistaken, you can't even grab the user's assetid either.