Hi
Hope these steps would help you resolve this
—use a build datatable activity and create a similar structure of datatable and get the datatable variable as output with a variable named Finaldt
—now use a EXCEL APPLICATION SCOPE pass the file path of excel and inside the scope use a READ RANGE ACTIVITY and get the output with a variable of type datatable named dt
—and now use a for each row loop and pass the variable dt as input
—inside the loop use OPEN BROWSER activity and mention the url as string input
—inside that container watch for your text and get the output with a variable of type string named str_input using GET TEXT activity
—followed by this use a ADD DATAROW activity and mention the ArrayRow property as {str_input.ToString} and datatable property as Finaldt
This will add value to the datatable {with single column} for each value in the excel but make sure that GET TEXT activity has wildcard along dynamic attribute values