If conditions

I get response from login api as
{“success”:true,”token”:”blahblah”}

I need to check if success is true(boolean)
But i tried all the options in if but nothing seems to work

image.png
image.png

It is recommended to utilize the Assertion post-processors within the step, rather than using other post-processors outside of the step.


Karan post-processors works fine but i need to conditionally change my steps based on the success true or false any way to achieve it.

The value used in the “if” condition should be the temporary variable you extracted, such as {{ success }}, rather than plain text like success.


Oh ok thanks Karan
Now I’m stuck in some other works :woozy_face: will ping once back here