0

I have a variable ${joinuserid} with integer Value which is generated by Regex Extractor.

If I put the variable directly to HTTP Request. It works.

Now, I have a CSV file with Variable :

connector,element2,elementID

and The CSV File contain :

member,unit,${joinusertid}

It doesn't work, HTTP request will get "${joinusertid}" not the value of ${joinusertid}. Can you help me or give me another advice for my scenario?

Thank you.

Regards,

Stefio

1 Answer 1

1

You can use ${__evalVar(query)}

So, ${__evalVar(elementID)} will return the integer value of joinuserid.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.