Hey there. Is there a way to set the return value of a condition to true in javascript.
Like
doing this but in JS.
I’ve already found this in the code of the condition that is generated with the preview but don’t seems to work eventsFunctionContext.returnValue = true;
So, can you help me?