Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

sys_user_grmember field reference qualifier

Southsayer
Tera Expert

Hi guys,

I have a list collector field type variable referencing to sys_user_grmember

I didn't put any reference qualifier but still in when I try to search in the variable so it's just displaying (created by) and not the names.... How to handle this? What reference qualifier I can put?

 

Capture.PNG

6 REPLIES 6

Hi,

Thanks users are getting populated but there are duplications of name because they exist in multiple groups, So how can I populate the name of their respective groups. 

Any reference qualifier or variable attributes?

 

thanks

@Southsayer so you need to show the user names or the group names in this ?

 

if you need those group names then change the reference to sys_user_group table and you will get all the groups in the system.

 

Hope this helps 

'Mark my answer correct if this helps you 

Thanks