That is the client ID, the temporary object that exists holding their data (e.g. name, appearance, score) while they're in the server.
Use %data.valueowner = %own.getPlayerName(); for their name or %data.valueowner = %own.bl_id; for their BL_ID if you're saving data to it.