How to remove association with Object through Change Object

1
Hey, I am a new user so please bear with me if this is a rookie question. I have an entity ‘Account’ that has a one-to-many relation with ‘Task.’ In the microflow that creates a new Task, I created an option that says if attribute x = True, set Account/name to empty.  I am trying to get rid of the association. I am getting an error now (below). Screenshot is also below that. Any tips? I tried playing around with the ‘Commit’ settings.    Unexpected end of JSON input SyntaxError: Unexpected end of JSON input     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637108258094732127:46:40952     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637108258094732127:20:2053     at Object.next (http://localhost:8080/mxclientsystem/mxui/mxui.js?637108258094732127:20:2158)     at a (http://localhost:8080/mxclientsystem/mxui/mxui.js?637108258094732127:20:929)  
asked
1 answers
1

Is there any event running? Are you doing something else in the microflow that does the change and the commit? I have never seen such an error caused by such a change. the way you try to remove the association is correct.

answered