This may be quite simple, but unfortunately I have a difficulty in figuring out converting an SQL query with an "In" condition to lambda.
SELECT *
FROM cm_wfapp
WHERE recgid IN (select distinct wfapp_id from cm_wftrn where approver_id = 32060)
Is there any way to convert this?