Perspective: Dynamically address 'nth' array element of component property via expression

I’ve just found the property(...) expression function which does what i’m looking for.
property('view.custom.tanks[' + {view.custom.selectedTank.index} + '].TankNumberAStart')

2 Likes