Ai agent studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
@garimakharb copy this SYS id and look into SYS_USer Table its pointing to which User?
sys_id (typically because the script/flow is using gs.getUserID() / passing a sys_id into the journal API) instead of a username (user_name); when the Activity formatter can’t resolve that value to a user display name, it shows the raw sys_id (as in your screenshot).- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
This is not the sys_id of user I have checked that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Can you check the Tool which is writing the work notes in This case? See in tool the Work-Notes write Statement which is done in SYS_JOUNAL Table.
The system also maintains logs and execution records, which may include sys_ids associated with each action. Useful tables for tracking and debugging AI agent activity include sys_gen_ai_log_metadata, sn_aia_execution_plan, sn_aia_execution_task, sn_aia_message, sn_aia_tools_execution, and sys_cs_message.
Regards
RP
