Updating Text Field text prop When Row Selected

try({../Table.props.selection.data}["Name"], "")

I have this code bound to a text prop on a text field component. I'm wondering why it does not work. I want the text field to show the correct value from the row selected in a table.

try({../Table.props.selection.data[0].Name}, "")

I was indexing it wrong

2 Likes