I have following requirement in my browser enabled Infopath 2010 form. Show a reapeating table with 2 columns. 1st Column : Text box 2nd column : DropDownList My requirement is to populate the drop down list with all the values entered in the column 1. E.g if repeating table has two group rows added with tex box value 'text 1' and 'text 2' then dropdown list in the first row should have only one item 'text 1' and for second row the dropw down should have two items 'text 1' and 'text2'. I am not sure how to achieve this. any idea ?