I'm attempting to use a variable that was previously set either via a 'Regular Expression Extractor' or a 'JSON Path Extractor' in a 'User Defined Variables' node in JMeter.
I can't for the life of me figure out why it's not working.
This is my extractor....
And this is my user defined variables node attempting to use the variable from the extractor....
I don't think it matters where it is, as variable scope apparently is at thread level, but I've tried this node both immediately after the regex extractor and in a different future request.
When I attach a debug post processor, these are the results that are returned...
signin=a5360708f46ddea1c8491889bb4433d7
signin1=${signin}
signin2=${__V(${signin})}
signin3=${__eval(${signin})}
signin4=${__evalVar(signin)}
${signin} has clearly been set correctly evidenced by the string value, however none of my substitution attempts have worked.
What am I doing wrong here?
Thanks,

