- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 07:29 AM
In a UI Action, I am checking the Format for Configurable Workspace box so that it can be used in a workspace. However, this selection is not being captured in my Update Sets and needs to be reselected manually after uploading it to a new environment. Is there a way to capture this selection in my Update Set? Or is this something that has to be manual going forward?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 09:12 AM
Hi @kshort
The update should get captured in update set.
Make sure the UI action and update set are in the same application scope
You can make some other change in UI action (like add a comment in script) and check if that is getting captured to test whether the update set is configured properly to capture changes made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 09:12 AM
Hi @kshort
The update should get captured in update set.
Make sure the UI action and update set are in the same application scope
You can make some other change in UI action (like add a comment in script) and check if that is getting captured to test whether the update set is configured properly to capture changes made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 07:43 AM
Hey @kshort ,
If you make any changes in the UI action and make it checked then it will get captured in the update set.