In MRVS variable it return sys_id for reference record, how can i use dotwalk and get the name
Hello Everyone, I am wondering how can I get to dotwalk the name instead of sys_id. r_user is a reference record, i try to use: r_user_display_value but nothing works. for (var i = 0; i < rows.length; i++) { var r = rows[i]; var userText = ...