Response Actions not triggering Dynamic Events

In example bellow, Outputting a Response 200 in a Condition does NOT trigger a On Success Dynamic Event.
However, if i disable that, and put a Comment instead, then it does trigger the success event.

Browser console DOES show the response text and correct code, so it IS processed and outputted but not picked up by the event. (in my case a browser redirect). Which DOES work if i don’t add a Response.


Your response is not a valid JSON and that is the problem.
if you want to use it with a server connect component then it should return valid json, try to return true, null or "some string".