I have a data text box entry that writes to a power table and updates when you click on a row. I am trying to get the text box not to update when no rows are selected. The text box also updates a little fast and makes it hard to update the table when entering different info
if ({Root Container.Company_Table.selectedRow}!= -1) try({Root Container.Company_Table.data}[{Root Container.Company_Table.selectedRow}, "Allowed"], " ")