I have all of these global variables that I use in the producer:
Yet when I try to call any of these in the consumer, the variables are not recognized:
I am calling the producer as a resource. Ideally, I’d like to put all of these variables in my shared.robot file, but that is obviously running into the same issue.
The weird thing is there are no errors thrown in VS Code when I try to call the variables, it only breaks during runtime.