Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 03:29 AM
getUser returns a user object with soecific attributes, so you need to do something like e.g. gs.getUser().getEmail();
If you need the sys_id of the suer, it is better to use gs.getUserID();