Hi, I am not getting option to toggle between Diagram/board view in process Automation designer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 05:04 AM
Hi, I am using process automation designer in vancouver release, however I am not getting option to toggle between diagram/board view in vancouver release. can anyone help me?
Labels:
- Labels:
-
Agent Workspace
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 06:41 AM
Hi @Ashish Garg ,
Check if you have the latest version of the plugin flow diagramming , if not please update.
even after this it doesn't works, the run the below script in background:
// IMPORTANT: Run script in scope: sn_diagram_builder
var gr = new GlideRecord('sn_diagram_builder_node_type_handler');
gr.get('369c7d0b77b470104f27ceec8e5a9912');
gr.query();
while (gr.next()) {
gr.deleteRecord();
}