Requested By dynamic

Greg L
Tera Contributor

I am creating a record producer and the first variable is 'requested_by' which is just a reference to the user table however I want this to default to the user that is currently logged in, how can I achieve this?

2 REPLIES 2

Mexiprince
Kilo Sage
Kilo Sage

Default section of the variable configuration include:

 

javascript: gs.getUserID();

Mexiprince_0-1728948134440.png

 

Omkar Mone
Mega Sage

Hello

 

You can put "javascript:gs.getUserID();" in the default value of variable.