Having trouble opening a subflowIssue Having trouble opening a subflow, recently when trying to open it in the list the following error comes up: 'Your subflow cannot be found. Subflow sys_id:n'I see a lot of fix articles referencing update set issues, but this is in dev and has not been moved between instances so that cannot be the issue. We tried deleting the most recent snapshot and clearing the browser cache and neither of those worked either. If we cannot get the subflow restored, we would like to at least know what caused this so we can avoid it in the future.ReleaseXanaduResolution[code]Issue : [/code] Opening a Subflow throws error 'Your subflow cannot be found. Subflow sys_id:n' [code]Investigation Summary : [/code] After analyzing the issue, we have found that this issue is happening due to the mentioned subflow is using a variable ${var} obtained from 'Get Catalog Variables' which was previously available and now is currently deactivated. Since the variable is not available and the flow is trying to use the variable in certain action it pops up error 'Subflow cannot be found' [code]Solution : [/code] We have removed the ${var} variable in the subflow on the call and it fixed the issue.Else, please mark the variable active again to render the subflow correctly.