Is there a way to check the return code from an http req. within a workflow? The doc link below states that a response should be in JSON format but there doesn’t seem to be a way to configure or catch the response/code
I’m thinking using a “compare numbers” or “compare strings” operator step right after the http req step? If so, is there any info on how to configure it?