“Your flow cannot be found. Flow sys_id:An” error

Problem: 

Whenever I open a specific flow in Flow Designer, I get the error “Your flow cannot be found. Flow sys_id:An.” This prevents any changes to my flow from truly saving.

This error usually come if:

    1. 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.
    2. Added sub flow but that sub flow not available in upper environment.

 

Solution:

First Approach:

    1. Sometime recapturing the flow and then promotion to upper environment work.
    2.  Try reverting to older version.
    3. Identify the mission variables and recapture that along with flow.
    4. There is a defect – PRB1828730 related to this issue and to remove the ‘content not found’ pop up, you can follow below step:
      1. 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’.

Second Approach:

    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

 

Flow Designer

FAQ:

flow designer shows error message Flow "sys_id" Not found

Cause
The main flow is having a sub flow and it is not captured in the update set which is committed to moving the main flow.

the sys_id in the error message corresponds to a [sys_hub_flow_snapshot] record, from the snapshot record you should be able to determine what subflow it refers to

Resolution
Please capture the sub flow on a new update set and commit the update set. This should fix the issue and open the main flow without any errors

LEAVE A REPLY

Please enter your comment!
Please enter your name here