Hello, I want to assert dynamic user hash number in respond body in login api request. I created global variable of the dynamic user hash number and I have problem with assertion. I think it is because in console the number is a string and my global variable is not.
My question is, is it possible to convert a saved global variable to string to successfully assert with
body respond?