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
Sudeep SinghSudeep Singh 

Progress Indicator not working properly

Hi,

I am adding a progress indicator in one of my requirement referred from this link :- https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_config_for_flow_screens_stages.htm

It is not getting progress perfectly.
Green color is not coming on the first stage. I had attached a file for reference
User-added image

Thanks
Best Answer chosen by Sudeep Singh
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sudeep,

A workaround is already suggested in the known issue only.

Make an edit to FlowComponent.cmp, and insert an anchor element before the lightning:progressIndicator:
<a href="#">Flow</a>

Thanks,
 

All Answers

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sudeep,

This seems to be know issue from salesforce. Please find the below link for the same. They have added a workaround for the same.

https://trailblazer.salesforce.com/issues_view?id=a1p4V000001U75gQAC

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,
Sudeep SinghSudeep Singh
If it is the known issue then, is there any other way to achieve this kind of requirement

Thanks
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sudeep,

A workaround is already suggested in the known issue only.

Make an edit to FlowComponent.cmp, and insert an anchor element before the lightning:progressIndicator:
<a href="#">Flow</a>

Thanks,
 
This was selected as the best answer