Do Post-Processors not execute in "Try It Out" in Published Docs?

Hi,

The post-processing Extract Variable that I have when I run a login request works fine in the app, but when I publish the docs and press “Try it out” on the web view, it does not appear to see the environment variables I expect.

Here’s one extract variable in case it helps diagnose.

Can anyone confirm?

Do Post-Processors not execute in “Try It Out” in Published Docs?

When you extract variables, they exist in the local values of the app’s variables, and the web side will not see the local values of the app’s variables

Is there a way to set variables then that the web side can use?

Hi, you can input variables in the Value box, and then you will see an entry after ‘The API uses environment variables’. At this point, you can set the values of the environment variables.