You can try with Filter Data Table and use the remove option , then you select the columns you want to filter, example:
[columnName] or index contains generic message
if you want to filter more columns just click the plus [+] button
Not yet i have a small issue that i mentioned before. How to add a name tag iside a web table so i can add it to my extracted data, i tried with tag but didn’t work. Can you help on that part too please?
Ok, i have a table on a dynamic web page, i used data scraping to get the data. But a column wont show it’s values, whish i need the name as mentioned in the previous picture. I need to add that name values to the data extracted.
I tried to change the selectors, but didn’t succed.
We can use “Get Attribute” activity to get the tag name of the UI Element/ control. Make sure that you set proper selector of the element (input element name tag in your case). Please refer the attached example.GetTagName.zip (10.1 KB)
I already tried this way, it didn’t work. The problem is that i use data scraping from a web table. I can get the column and all other data, but only the value of that column i can’t get it.