A Lightning Web Component for Flow screens that automatically advances after a configurable wait time. Optionally show a progress bar and/or a loading image from a Static Resource, with simple alignment and sizing controls.
- Auto-advance after a wait time (
waitTimein ms) - Optional progress bar with label and percentage
- Optional loading image from a static resource (
imageResourceName), with alignment (left|center|right) and size (imageWidth,imageHeight) - Can display progress bar and image together
- LWC:
force-app/main/default/lwc/autoAdvanceScreenFlow/ - Static resource (example):
force-app/main/default/staticresources/loadingBar.gif - Manifest:
manifest/package.xml
- Add a Screen element
- Drag the
autoAdvanceScreenFlowcomponent onto the screen - Configure:
- General: Label, Wait Time (ms)
- Progress Bar: Show, Percentage
- Image: Show, Static Resource Name, Alignment, Width/Height
- A sample static resource
loadingBar.gifis included. You can reference your own by API name.