- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 06:04 AM
I'm trying to update a subflow that is in a scoped app. When I open it up in Flow Designer, I get the message:
I'm probably the only one who would work on this app, and I don't remember the last time I touched it. If I press Continue, I get a read-only version of the subflow so can't save any updates. How can I set it so I can update it again? I've tried committing in my session, but still get the message.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 07:01 AM
Hi @Gary Kakazu1,
Are there multiple update sets in the application scope?
If so, try switching to a different one.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 07:15 AM
Is there any option for what can be done for this, I have tried with different update sets but still it is showing the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 01:19 PM
Workflow Studio no longer has the action box at the bottom of the flow listing, so the solution to "Add to Update Set" is no longer available. Instead filter the sys_update_xml table where Type = Flow and the Target name = Your Flow Name. Find the latest entry, this will be the last time this flow was saved. Edit this latest entry and substitute your current local update set (in the correct scope) for the entry in the update_set field. Save the record. Start a new session of Flow Designer and choose the same flow, hopefully now you can edit it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 10:00 AM
thanks, this helped me!
Solution provided by Peter Bodelier didn't work.