Not able to delete node from virtual agent flow

Omkar Ranjane
Tera Guru

I have created one topic flow to create incident.

It was working fine. Then I added one file picker in flow and try to test it give the error "com.glide.cs.qlue.module.designtime.compiler.convert.ConverterException: No definition for field: do_you_want_to_add_attachmentORselect_category"

then I tried to delete it it give me the error

find_real_file.png

 

I just added that node thats it. I have not used it anywhere

How to delete it. 

1 ACCEPTED SOLUTION

I found the solution I'm not sure if it is bug or something else. Whenever this error shown check all the nodes before this node some of then get reset. because of that this error show. e.g. If you have added filter in any node like active is true it gets reset to blanks is blank. 

So just check all the node and activities and fix it. Error will automatically fixed.

View solution in original post

7 REPLIES 7

I found the solution I'm not sure if it is bug or something else. Whenever this error shown check all the nodes before this node some of then get reset. because of that this error show. e.g. If you have added filter in any node like active is true it gets reset to blanks is blank. 

So just check all the node and activities and fix it. Error will automatically fixed.

How did you ret them?

Muralidharan BS
Mega Sage
Mega Sage

You have to try to delete the component after that node or the variable referenced in the node, only then it will allow you to delete the specific node.