[Robotics] Reference parameter in the automation.
This sounds simple but I am facing troubles with it. I have a parameter I want to reference elsewhere in the automation, but for readable, I don't want to drag the arrow from the parameter all the way across the automation.
I asked my colleague, and they recommended storing the values in local variables to use across the automation.

Is there a way to reference the parameter elsewhere? Can I access it through properties of the automation or perhaps one of the elements?
Thanks!
@KhaledA7 This is really easy. In Object Explorer, locate your automation and expand it by clicking the + sign to its left. Now expand the Execute with the green arrow. Underneath, you'll see a list of your parameters. Drag them out to your automation and select the "This" property to use those anywhere in your automation. No extra lines or variables required.