- 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-23-2024 10:39 PM
Hi @nehasingh98
Please find same question and its answer on https://www.servicenow.com/community/developer-forum/quot-your-flow-cannot-be-found-flow-sys-id-an-q...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 10:50 PM
Hi @Community Alums ,
Thanks for the reply. Already tried it, didn't worked.
- 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-23-2024 11:07 PM
Thanks for the reply.
I am checking one by one reference and sub flow and comparing.