how can I make my if the controller works if the previous result on the HTTP request contains a value that I expected?
I need the if works if the ${Param_S07_Teamboard} on the image is == to 3 for example
I tried the 3 options below but nothing working, its ignoring my if on the results
{"key":"tdm/assets-lastSelectedTeamboard","value":"3"} == '1'
{"key":"tdm/assets-lastSelectedTeamboard","value":"3"} == {"key":"tdm/assets-lastSelectedTeamboard","value":"3"}
"{Param_S07_Teamboard}" == "3"