I cannot access my Global Variables

I have all of these global variables that I use in the producer:
image

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.

image

image

The weird thing is there are no errors thrown in VS Code when I try to call the variables, it only breaks during runtime.

Nevermind I figured it out, I need to call the actual keyword in the other file.