function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Hm_inviHm_invi 

Queue users respond to approval process request from an Email?

I have to approve this custom_object__c record-A which has the status as completed.
so i have created a process builder which will call this approval process when status changes to completed. 
As initial action, This will create a case with the Email sent as i added the Case2Email id in the additional field of the Alert.

The approvers from approve queue needs to respond as APPROVE to this Email case record which should approve the record-A.

i cannot assign a queue to this approval process directly because it's in a master-detail relationship.

How can i make this requirement possible.

An approval process should create a case under a queue and if any user from that queue Approves that case Email record then this approval process should be done. 
I'm not supposed to use any code.

Thanks!!!
VinayVinay (Salesforce Developers) 
I don't think this is possible using standard configuration,  you would need to use custom code to acheive above requirement.

Thanks,