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
MC34MC34 

Process Builder error: REQUIRED_FIELD_MISSING, missing required field: [nextApproverIds]

User is getting error when trying to run the process that calls an approval process. 
There is  hierarchical relationship field in the user record and made the changes in approval process to let user choose the approver manually. These are the current settling:
User-added image
While running the record the error is:

REQUIRED_FIELD_MISSING, missing required field: [nextApproverIds]: [nextApproverIds]
MagulanDuraipandianMagulanDuraipandian
Check the User's Sales Approver field. 
If UserA is submitting it it, check whether the UserA have Sales Approver filled in their user detail page.
--
Magulan Duraipandian
www.infallibletechie.com
Fabio Wan-Dall 1Fabio Wan-Dall 1

Hi,
Magulan, it's not work here. I didn't find Sales Approver field in user detail page, but I made sure about fill Manager in this page, and still not working.

User-added image
I'm not happy about this solution, but set an automatic approver made the Process Builder works.

Afarin Navayazdan 7Afarin Navayazdan 7
What you should do is set up a manager for yourself. You should go to Users and pick another user as your manager.
Then come back to Step 3 in Approval steps and pick the manager as the approver.
Hope this helps.