UDT Array Binding Issue

Hi,

I have a parameter array i am trying to bind, but the tag names are numbered and i think this is causing issues when trying to bind them. Does anyone know a fix for this? (If that is the problem). If i select 4 from the property selector it puts quotation marks around the 4 , i have tried it without and it doesnt work either.



It seems to think your "week_day" part is an object, not an array, so it's assuming the key is a string, not an array index. The number of elements is shown in curly braces, as opposed to square brackets when I recreated it on my end

What's the binding on the top-most "data" parameter? Try right-clicking on "week_day", selecting "change to", and select "array".

1 Like

Thank you, this has worked