In a condition builder on the user record, how do you dynamically ensure it's the logged in user?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:47 AM
I know if we're building a condition from Incident or Case, we can easily add a condition back to the associated user record by using "is dynamic me" on the user field.
When we are pulling data directly from sys_user instead of a task table, how do we do the same thing?
Below is what I am trying to do in the mobile builder and it works when I hard code my own sys_id in there. I need this to work for other people, too, when they see this record in the mobile app for sys_user. How can I set up the condition to look at the logged in user?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:52 AM