Vision equivalent for the property function in Expressions?

Is there a vision equivalent for the [property] (property - Ignition User Manual 8.1 - Ignition Documentation) Function in vision? I’m trying to generate a value for run script based on the value of another parameter, but I can’t get it to work dynamically

In Vision, you use jython’s getattr() builtin function. There’s no binding way to do indirect component/property access. Sorry.

Had a feeling that wasn’t the case. I figured that would have been something I would have used by now if it was.

Thanks