DynamicFlowProgress icon indicating copy to clipboard operation
DynamicFlowProgress copied to clipboard

This package includes an LWC component that displays 6 different kinds of progress indicators on your Flow screens, to provide your users with easy-to-understand, guided screen flows.

Results 6 DynamicFlowProgress issues
Sort by recently updated
recently updated
newest added

A customer has reported a specific situation where an LWR site's guest users cannot see the Dynamic Flow Progress LWC in a flow. What I know: - Customer has an...

Correct ARIA role for list wrapper from role="listbox" to role="list" - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listitem_role

Tried to use the following text formula field for the current step value: `If( ISBLANK(TEXT({!recordId.Contract_Status__c})), "Not Started", TEXT({!recordId.Contract_Status__c}) )` When I ran the flow, I received the following error: Conditional...

Same problem as #issue3 with ember template and we can't change template. It works in the same org on a different template (build your own aura)

When using the Indicator Type of "Bar", when "Current Step Percentage Completion (Optional)" has a value of 0, the component displays as NaN. I think the expected behavior is that...

Hi all, We are running into an issue using the Path were we are getting the following error: ### Error ```Cannot read properties of undefined (reading 'trim')``` We have configured...