Is it possbile to supply a tag binding to a property using a JSON object?

Hi,
I have a table data to populate, each row as a label and 3 tag binding so I’m trying to find a fast way to do it.
I create the frame of the data in a JSON object and copied it on the data property but now I have to bind each of those values.
Is there a way to write the write the tag binding in the JSON object and just past it on the data property?
Thanks

Hi @daniele1, there is no way to dynamically create bindings as far as I’m aware.

2 Likes