Hi, I am not getting option to toggle between Diagram/board view in process Automation designer.

Ashish Garg
Tera Contributor

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?

1 REPLY 1

Community Alums
Not applicable

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();
}