In a condition builder on the user record, how do you dynamically ensure it's the logged in user?

e_wilber
Tera Guru

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?

 

SYS ID COndition.png

1 REPLY 1

Swapna Abburi
Mega Sage
Mega Sage

Hi @e_wilber 

Please try sys_id is javascript: gs.getUserID()

 

SwapnaAbburi_0-1739890330384.png