My problem:
I have a table with Col-3(name) and Col-9(elements,KB,element,blalbla)
There are a lot of folders in this table and I should program the RPA to click through the folders.
I have a Datatable:(Output: ExtractDataTable
For each row:(row in ExtractDataTable)
If:row(“Columns-9”.ToString.EndsWith(“Element”)
then:
“click” to the Folder(Internet) this selector schaut so aus:
and here I’m supposed to make jz a dynamic selector just like?^^
My task is to imitate a database.
Main.xaml (19.1 KB)