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
Emmanuvel SuprithEmmanuvel Suprith 

getting error : When an account is submitted for approval, the approval process doesn't set the correct Type value.

I saw many questions already posted about this , i compared mine to the soulved cases. finding no differences. 
please help. please find below snapshots of what i have done.
The requirement is 


Before You Start
Verify that the Account object's Type field has the following picklist values: Prospect, Customer, Pending.

Challenge Requirements:
Use the Jump Start Wizard to create a new approval process for the Account object
The approval process name must be Approve New Account
Pick any email template for approval assignment email template
For Entry Criteria, use the following criteria.
Account: Type equals Prospect
Account: Employees greater than 500
For Approver, choose Automatically assign to approver(s) and assign yourself as the approver
Click View Approval Process Detail Page and finish off the remaining requirements.
In the Initial Submission section, add a Field Update action that updates the Account: Type field to Pending. The name of the action must be Account Type To Pending.
In the Final Approval Actions, add a Field Update action that updates the Account: Type field to Customer. The name of the action must be Account Type To Customer.
In the Final Approval Actions section, edit the Record Lock action to unlock the record
In the Final Rejection Actions section, add a Field Update action that updates the Account: Type field to Prospect. The name of the action must be Account Type To Prospect
Activate the approval process



approval processField updates
sai dharnesh YARAMsai dharnesh YARAM
EVERTHING I HAVE DONE... ACCORDING TO REQUIRMENT. BUT STILL I AM GETTING THIS ERROR.., "When an account is submitted for approval, the approval process doesn't set the correct Type value."