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
Kazuhiro SuzukiKazuhiro Suzuki 

I would like to update the pickupList value after first one of two approval steps

I will cretae two approval steps using Approval Process. First step will be assigned to "reviewer" i and second step will be assigned to "approver".
So, after reviewer approved, I would like to change  the value of one field which type is pickupList  . and also would like to change the value of pickupList after approver approved. So how can I update the pickupList value after approval steps using Approval Process??
Manj_SFDCManj_SFDC
You can use a Final Approval Action (In the Approval Process Final Approval Field Update action) to do a Field Update for that field.
Kazuhiro SuzukiKazuhiro Suzuki
manj_SFDC

I know i can update by using Final Approval Action . But in my case, i would like to change  value of pickupList 3 times. I can change last one using  Final Approval Action. but i dont know how to change two value through approval steps,