Flow designer "send email" action is showing sys id instead of display valueIssue When creating a service catalog item, user created variables that uses a lookup select box to reference the location and department field of the Sys_user table. This shows correctly on the Service Portal but shows the SysID when the variable is used in a flow to email a group.CauseThe lookup select box: location and department actually referring sys_user table.and from there and its taking location field /department field. Currently, the flow designer "send email" action does not have any dot walk feature. Lookup select box directly refers to the table. As location and department are fields of sys_user table so its showing sys id.ResolutionPlease use cmn_location table for the location variable and cmn_department table for the department variable instead of dot walking sys_user table data.Use the name field as the "lookup value field".