Stepper Configuration In Custom Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-12-2023 09:11 PM
I am configuring Stepper component as a part of one of my requirement. As of today, whenever there is a state change for my record, the stepper is not displaying the correct state. Only after reloading the page, stepper is reflecting the correct stage. Can anyone help me to deal with this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-23-2024 09:30 AM
Adding onSubmit REFRESH handler will help with the use case.
Please refer to this article -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-08-2025 06:40 AM - edited ā01-08-2025 06:47 AM
I had the same issue, but it was fixed when I added a new event mapping on the "Form controller" data resource of the type "Form status changed" which refreshes the data resource that gets the stepper values (GetStateSchema if you have followed this guide https://www.servicenow.com/community/next-experience-articles/stepper-component-in-configurable-work...