Use variable as a part of function call and type int in this call.

Hello!
Im using MetaSheetsPro, and to call function i need to type for example “Data.steering._1.volume”.
Ill have a lot of IDs from 0 to 20, and for now im using Switch for the first 5, but im sure there is a better way than making switch with 20 options.
I want to store ID in some variable and somehow use it in “Data.steering…volume.”, is it possible?

I checked the asset real quick and it seems to create classes for each item you declare in the excel sheet and its properties.

After reading a bit through the documentation you can use it like:

Data.steering["_1"].volume

I suggest OP reads the documentation more carefully.