I am extracted addres from website by extractdata in Output : DTvalue …now wanted check match it with data in variable like Inputcity ,Inputzip, Inputstate…etc. .how to do that if i dont wanted to use for each row data table activity.
I have extracted address as output: Datatable Variable e.g. Dtaddress
And i have adress in variable e.g. InputCity, InputState, InputZip…wanted to check address in Dtaddress and input variables are matching or not…if i use if activity
If > Trim(Dtaddress.ToLower).Contains(InputCity)
Error : ToLower is not a member of System.Data.dataTable