Set variables before a conversation
From the documentation (https://docs.voiceflow.com/reference/updatestatevariables-1), I managed to test it through postman with the PATCH call to https://general-runtime.voiceflow.com/state/user/{userid}/variables, which was successful, and retrieve the variables via the GET call to https://general-runtime.voiceflow.com/state/user/{userid}, which again retrieved a successful result.
However, when testing inside Voiceflow, I could not visualize these variables I set in any way, even after setting the userID to what I used, and checking the value. How am I supposed to move on with this?



