I have a regular expression ${Fax} in the http request1 which returns a value Ex: b4mL0000000NDKF and I would like to add a if controller in the next http request2 so it can only run if the reg exp from previous http request1 i.e., ${Fax} returns a value otherwise (if the regexp from http request1 returns 'Match count: 0'), I don't want to run the http request2 (because I am using the value of reg exp ${Fax} in the next http request --> Path)
Could you tell me the condition that I can write in the If Controller which controls the http request2.
Thanks.