Hey @Francis! This is definitely possible
Tables have a .selectedCell property which includes the value of the selected cell, as well as the column name of the selected cell.
You can set your event handler to only trigger the query if the column name matches the 'signalid' column, like so:
{{table1.selectedCell.columnName == "email" }}
Let me know if you have any questions at all!