Help with HTTP monitor in existing flow?

Why would you think you would?

You should switch on status code and if the msg comes out of the 200 port, it was successful. If it comes out of the 400 (or any other) it was not.

If you want payload to be true after the 200 add a change node to set payload to true.