Hi
yah we can use INPUT DIALOG BOX ACTIVITY and get the user input and store them with a string variable named str_input
–then with the datatable obtained ffrom READ RANGE activity and stored in a variable of type datatable named dt
–now use a FOR EACH ROW loop and pass the variable dt as input
–inside the loop use IF condition like this row(“yourcolumname”).ToString.Contains(st_input)
if you have any sample to share???
and how do i ask for user input??
what i want to achieve is :
When bot will run it will ask user for keyword
then there is one for filter(for that also i am asking user to input in radio buttons)
then it will write the data in excel.
I am reading multiple excel sheet to get the desired output.
in the assign activity mention like this IDescription = row(“Description”).ToString
and in the IF condition mention like this IDescription.ToString.Equals(VResponse.ToString) AND IPurchaseGroup.ToString.Equals(in_Keyword.ToString)