Hi Experts,
We need to retrieve the group member's approver from a different module in SMAX (custom app).
For example, when an end-user selects a module name from the list, the system should be able to select the predefined approver in the custom app.
Below is the expression that was created, but it is not working and shows "not found."
${lookup('CustomAPP_c','Group_c','DisplayLabel',entity.UserOptions.Module_c.DisplayLabel)}