- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2024 10:35 PM
I am getting this error "Your flow cannot be found. Flow sys_id:An" after migration of my changes from dev to qa.
I have already tried to re-captured the floe and pushed to qa and reverted to previous version but it didnt work out.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2024 10:49 PM
Hi @nehasingh98 ,
This error usually come if:
- Due to missing variable - A input filed which might have been used as reference in the below steps as either a data pill or inline script.
- Added sub flow but that sub flow not available in upper environment.
Solution:
- Sometime recapturing the flow and then promotion to upper environment work.
- Try reverting to older version.
- Identify the mission variables and recapture that along with flow.
- There is a defect - PRB1828730 related to this issue and to remove the 'content not found' pop up, you can follow below step:
To delete the 'Content cannot be found' popup from the UI. (Right Click - Inspect - Go to Elements - find '<div class="ReactModalPortal"> ' and delete. This will remove the pop - up of 'Content cannot be found Your flow cannot be found. Flow sys_id:n'.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2024 01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2024 10:52 PM
did you ensure the customer update is captured correctly in your update set?
are you having any subflow in your main flow?
are you sure you published/activated your subflow and it's captured in your update set or not?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2024 11:09 PM
yes i have many sub flow , variables input and output.
Yes recaptured it multiple time and reverted to old version didnt work out.