I start with making a list, I have a list of three elements: Raporty1, Raporty2 and Raporty3
Then I use for each, to iterate through all elements of the list and do something depending of what is the name of the item in the list as in my Flow Switch.
The problem is that when I turn on the automation it keeps opening and closing the web browser all the time. Like infinite number of times (when I have only three elements on the list) + nothing in these boxes is happening:
In 2: In catch I have set variable value error occured to true, and if error happens (execption) this happens then by flow decision the automation starts over and it changes error occured to false, and it goes through try and if no error then it should just iterate through all elements with no problems