Retrieve Stage Name in the field for Business Process flow
Recently I have a requirement that we need to show the stage name in the field. I solved it. So here I wanna share how I have done this.
For achieving this we need to create one workflow.
Step1: Create one field where you wanna get stage name. Let's say field name is "Stage".And insert it in to form.
Step2: Create a real-time workflow. Select "Starts when" as Record Created and Record Fields change like the following screenshot.
In the record, fields change the option to click on the select button and add following fields.
Step 3: Add an update step in the workflow. and click on "Set Properties" Button and click on your field(Stage). Then in your right side navigation bar, you will get one option like Look For. In that select following options.
Step4: Click add and press Ok. Save and Activate workflow. Then go to your entity UI. Then you will get a result like following.
Hope it helps you.
Thank you.