Flow Designer missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 11:14 AM
Hi All,
I’m new to ServiceNow and have just started the training on the ServiceNow platform. During the module "Developing for Flow Designer", there's a step titled "Fork Repository and Import Application".
I successfully forked the repository and created a branch, but I'm unable to see the Flow Designer section under the Application Explorer.
Any help or guidance would be greatly appreciated!
Thank you,
Sabin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 09:36 PM
Hi @SabinP ,
1. Check if the Application Scope is Selected
Make sure the application you imported from the forked repo is selected in the Application Picker (top-right corner of Studio). If you're in the wrong scope, Flow Designer flows tied to that app won't show up.
✅ 2. Verify the Application is Installed Properly
Sometimes the import doesn't complete cleanly. Go to:
- System Applications > My Company Applications
- Check if your forked app is listed and active.
If not, try re-importing it from Studio > Import from Source Control.
✅ 3. Open Flow Designer Manually
Even if it’s not showing in Studio, try opening Flow Designer directly:
- Go to Flow Designer from the main navigation menu.
- In the top-left, switch to your application scope.
- See if the flows are listed there.
✅ 4. Check Your Role
Make sure your user has the flow_designer and flow_operator roles. Without these, you might not see or be able to edit flows.