I have a very complicated situation, and I want to ask if Studio alone can solve this, I have a excel sheet Column A : Name column B: URL Column C: name of the file.
I am doing for each row in the column get A ,B, and C. then I am opening the URL, HERE IS THE PROBLEM I need to search the name of the file and click on it in the WEB , find element cant fix this because it search an OCR and not a String
→ Use for each Ui element activity and indicate the documents.
→ Open the Configure filter options and pass the currentRow(“Column C”) and make the filter as contains. Output of For each Ui element is CurrentElement.
→ Inside for each Ui element activity insert the click activity and pass the CurrentElement to the Input element option in the properties of click activity.
Hi @mkankatala,
I tried to use for each UI element, and i choose from the first website , but when I run the origram , it throw an error : Value cannot be null