Pre-processors variables

Hello, I’m trying to migrate my tests from Postman to APIdog, but I’m having an issue. The environment variable I created by setting a pre-request script appears as [object object], and I can’t use this variable in the next request. Is there a way to use the variable I set in the pre-request script? thank you

pre-processors variables

Hey, could you provide a screenshot of how you filled in your request body?

Thanks for the feedback, we have reproduced the issue. After investigation, we found that “phone” is a special variable name.
We will solve this issue in the new version. Until then, you can use other variable names, such as “telephone” instead of “phone”.

of course, maybe there is a syntax error


Thank you for the response. I will try with “telephone”

Hi, we have fixed this issue in version 2.5.8, please update Apidog and try it.

Hi, I updated and the problem solved. great job, thank you