Open kscarr73 opened 1 week ago
On further testing:
I did test with Run All
and it works as it should. It seems to only be an issue when running an individual cell.
I have Use Code Lens in Notebook
turned on. If I turn it off, the variable is processed correctly in httpbook.
I have an http file that I am using in httpbook.
I am trying to use the
testing
variable in a POST call.If I run in the Text Editor, the call works without problem. If I run the cell in httpbook, it claims the
testing
variable doesn't exist.