Hi, I would like to display my result in a textbox. So basically, I have table of three columns of "A", "B", and "C". Firstly, I uses foreach function to capture the data I want for column "A", while column "B" and "C" is displayed based on the data i selected from "A". For example, column "A" is storing a person name, while "B" is string of "FAIL" and "C" is "PASS". So, after i capture the internal key of column "A" using foreach function, I would like to display the value of column "B" or either "C" reference to the person in column "A". So I would like to know how should i query it in the script editor for the textbox to display the data.