Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Your flow cannot be found. Flow sys_id:n

ShaibaazFaheem
Tera Contributor

I am unable to open the flow when retrieving to the test instance from Dev. The error says 'Your flow cannot be found. Flow sys_id:n'
We work on three languages: English, Norwegian and Swedish. The flow is only accessible when the language is 'Norwegian'. It has no subflows attached. 

5 REPLIES 5

Tanushree Maiti
Tera Patron

Hi  @ShaibaazFaheem 

 

1) Refer: KB1709519 Resolving a flow cannot be found error in Flow Designer 

 

Resolution

Follow these steps to resolve the issue:

  1. Use the right mouse button on the popup window displaying the error.
  2. In the browser's developer tools, locate the HTML code: <div class="ReactModalPortal"> and remove it.
  3. The flow should now be editable.
  4. Go to where the "get Catalog variables" action is used in your flow.
  5. In the selected column, check for any invalid variable references.
  6. Check other flow steps for references to deleted variables, noting that data pills may still display these as valid even when they're not.

2)KB0823104 Selecting the flow record from the flow designer fails: Flow "sys_id" Not found 

 

3) Refer: https://www.servicenow.com/community/developer-forum/quot-your-flow-cannot-be-found-flow-sys-id-an-q...

Solution:

Many of the solutions I found online coached going to sys_hub_flow.list and pulling in the "Main snapshot" field and then pasting that sys_id into the URL of your errored out flow designer screen. While this allowed me to load the flow, it didn't recognize any changes I made. To finally resolve the error, I followed these steps:

  1. In the Flow Designer landing page, right click the name of the flow causing issues and copy the sys_id
  2. Navigate to sys_update_version.list and paste in the sys_id of my erroring flow
  3. Revert to a previous (working) version of the flow

 

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti