IF Else Transition

Hello Everyone,

I’m using REST API connector to GET data from services. I want to make if else for the response if the result of GET is null. If the result is null, it will send a message. Can you guys help to how to implement the if else condition in the transition?

Thankyou

In the REST Connector you’ll have to set one of the outputs to a variable you can use on the transition, most likely the body as string output.