How to Identify who Create of a record for New Assist in ServiceNowProblemIn the instance, there is a new assist named 'Now Assist in Virtual Agent - 1' created and want to know who created this assist. Steps to Resolve On Conversational experience, go to the "Set up Now Assist in Virtual Agent"Click on record createdThat will have a sys_id at the end of the URL, something like this https://<instance>/now/now-assist-in-virtual-agent/setup/params/assistantid/fa46d11b772131101b53c5ed3c5a99c5 Copy that value (fa46d11b772131101b53c5ed3c5a99c5)Go to sys_metadata.FILTER.Filter by sys_id = The sys_id on step 4.On the result, the update name has the table_sys_id.Go to sys_now_assist_deployment.list and search by that sys_id (Step 7).Add the column "created by" and look for the entry created.That will display the userid that you can compare on sys_user table.The userid can be compared on the sys_user table to find the name of the creator.