When trying to reference the value of an input from a blueprint inside of another field, can the input just be referenced using "!input1" or do you have to use "input !input1"?
I've got an input with an entity_id as a value. I want to reference that input value later on inside another entity_id field but I want to know whether I can just use "!input1" or need to reference "input !input1"