Property binding UDT parameters

Is it possible to use a UDT parameter in a property binding?

I have created a UDT to deal with some query and expression tags relating to conveyor lanes.

In my UDT i have a parameter called {chuteId} this parameter is then used within my UDT as a wildcard in my sql queries and in a memory tag that stores the chuteId.

the memory tag is then used as a property binding for a text field so I don’t have to type in the lane number.

However I have 120 lanes to create. I want to copy and paste is it possible to use parameters in property bindings, for example

ShipMap/Chutes/{chuteId+1}/chuteNumber

i worked it out with Indirect Tag binding

I’m not able to get this to work. Can you share to solution that worked for you?