Stage showing wrong value in the workflow type field when there is more than one workflow attached in a record.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Stage showing wrong value in the workflow type field when there is more than one workflow attached in a record. Create a new Project : PRJ0010536Open the project detail [You can see the PMO Review field value = PMO Review ] <—— it is correct and expectedGo to Details tab, Change the Phase field value from initiating to planning and then saveGo to Workflow tab, we can see the PAB Review field value = PAB Review ] <—— it is correct and expected Expected Result: In the Workflow tab, under PAB Review field the Value should be PAB Review Actual Result: In the Workflow tab, under PAB Review field = PAB Review ReleaseLondon Patch 4 Hot Fix 2CauseAccording to: https://docs.servicenow.com/csh?topicname=t_CreateAWorkflowStageField.html&version=latest The workflow stage field should be read-only and "In the Choice List Specification section of the Dictionary Entries form, select "Dropdown with --None" -- from the Choice list." ResolutionOpen any existing Project from pm_project Table. Under Workflow Tab, Right click on PMO Review>Configure Dictionary.Set the workflow stage field to read-only and in the "Choice List Specification" section of the Dictionary Entries form, selected "Dropdown with --None" from the Choice list.Click on Update.Repeat steps 2-3 for PAB Review.