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
CB IT Support - RobinCB IT Support - Robin 

Deployment Error: The approval process references the workflow action FieldUpdate UdpateStatus which doesn't exist

I am trying to create an xml package for deployment, however, I keep getting an error for a field update.
Deployment Error: "The approval process references the workflow action FieldUpdate UdpateStatus which doesn't exist on "custom object". I have an approval process on the custom object, however, I used Process Builder to autosubmit records for approval and one of the actions in the process is a field update that sets a value on the custom object to "Submitted for Approval". I have 2 other field updates in the approval process that update the same field and they aren't throwing the error, just the field update referenced in the flow. Can someone tell me how to reference a field update for a process in xml and which metadata name/type to use?
xmlSample