Help getting Server Response to work

I am trying to detect if user is logged in and redirect if they are but i am facing a strange issue which is hard to explain.

I added the Security Identity to the SA and want to make a Condition which outputs ‘200 Success’ to trigger a Dynamic Event to redirect.
I get the output in console, code 200 and the TEXT but event in not triggered. and the ‘he’ Value is not outputted on the page. This is a test step which i know i don’t need but helps with debuging.
If i disable the Condition. the value of ‘he’ is outputted to the page. I don’t understand this.

If i reverse the condition and set a response 403(or whatever), if user IS logged in it finishes the action, sends 200 (on its own) and Dynamic event is triggered.

This doesn’t work( no event trigger on success) :

2

This works (triggers on success event):
no

The above works but i feel is wrong. also Dynamic event Unauthorized wont detect that either. But i only need it to be a success.

So i feel my Responses are not right.

any ideas?

Community Page
Last updated: