How to use variable within variable

Hello, just the outer {{ }} curly brackets are needed.

You can do:
{{ table1.recordUpdates[table1.selectedRow.index].grupo_participante_total }}

Here is a post that may be helpful
When to use double curly brackets

1 Like